-
Notifications
You must be signed in to change notification settings - Fork 506
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove travis, Procfile & PyCharm files, update README outdated infos
- Loading branch information
1 parent
9358f72
commit ff199e0
Showing
7 changed files
with
8 additions
and
95 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,18 @@ | ||
# Quick Start | ||
|
||
You can run FIR on your device with 4 simple commands: | ||
|
||
``` | ||
git clone https://github.com/certsocietegenerale/FIR.git | ||
cd FIR/docker | ||
docker-compose build | ||
docker-compose up -d | ||
``` | ||
|
||
Browse to http://localhost and log in with default credentials admin:admin or dev:dev | ||
Then browse to http://localhost and log in with default credentials admin:admin or dev:dev | ||
|
||
Enjoy! | ||
|
||
# Customization. | ||
|
||
If you need to change settings related to mysql or redis, you can edit fir.env file and set accordingly. These environments variable are provided to the container and used in composeprod.py file which corresponds to the default settings for django | ||
If you need to change settings related to mysql or redis, you can edit fir.env file and set accordingly. These environments variable are provided to the container and used in composeprod.py file which corresponds to the default settings for django |
This file was deleted.
Oops, something went wrong.