Work in progress
All tests were performed in a Linux environment, but the project is based on Docker containers, so it is portable.
git clone https://github.com/arka0m/MIMIR
cd MIMIR
docker-compose build
docker-compose up
docker exec -it MIMIR_web /bin/bash
* ./manage.py makemigrations
* ./manage.py migrate
* exit
docker-compose down
Please note: This is strongly recommended that you modify the SECRET KEY in Django project before using it in production.
tar -xzvf bundle_MIMIR.tar.gz
docker load -i MIMIR-containers.tar.gz
cd MIMIR
docker-compose up
docker exec -it MIMIR_web /bin/bash
* ./manage.py makemigrations
* ./manage.py migrate
* exit
docker-compose down
To launch MÌMIR :
cd MIMIR
docker-compose up
To stop MÌMIR :
Ctrl+C
Please note that the Postgres database is not persistent. Docker-compose down will result in the loss of all data in the database.
In order to easily track each change, please commit/push after EACH feature-specific change block. (Whit a specific comment of course)
type : subject
body
Author : ArkaØm
Contact: arka0m@protonmail.com
This project is protected under licence Creative Common BY-NC-SA 4.0.
You must give appropriate credit, provide a link to the license, and indicate if changes were made. You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use.
You may not use the material for commercial purposes.
If you remix, transform, or build upon the material, you must distribute your contributions under the same license as the original.
The project template is based on an HTML5UP template protected by the CC BY 3.0 license.