Developed using docker-compose.
Deployed at the following URLs:
- Production: https://mica.inbo.be/
- UAT version: http://mica-uat.inbo.be/
Launch the app:
$ docker-compose up
Run management command:
$ docker-compose run web python manage.py <DJANGO_COMMAND>
This project can be deployed as a classic Django project, without Docker(-compose)
- Copy
mica/settings_local.template.py
tomica/settings_local.py
and customize your local settings there.
$ docker-compose up --build