-
Install mysql and start the service.
-
Install python 3.x.x.
-
Install the dependencies & create the database & run the server with:
- make
-
You should then see the following:
-
Running on http://127.0.0.1:8080/ (Press CTRL+C to quit)
-
Restarting with stat
-
-
Go to http://127.0.0.1:8080/ to start using the app!
If you want to go through each step of the setup manually:
-
Install the dependencies with:
- make install
-
Create the database and its user with:
- make dbsetup
-
Start the application server with:
- make run
The installation for 'Les bandits manchots' is located in 'bandits' folder
-
Install mongodb service and start the service
-
Install python 2.7.x
-
Install the dependencies with
- make install
-
Run the server with
- make run
-
To use the application:
- Go to http://127.0.0.1:8081/ on a webbrowser