Work in progress
All tests were performed in a Linux environment, but the project is based on Docker containers, so it is portable.
- docker
- docker compose
- User must be docker group member. (restart needed)
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.
- Create a bundle or download bundle_MIMIR.tar.gz -> bundle not published yet, but available on demand.
- To create a bundle : Follow "Internet connected environment" instruction, then use docker save to build a bundle.
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
- Type : Could be one of the following term:
- feat : New feature
- refactor : Refactoring a specific section of the codebase
- fix : Bug fix
- style : Feature and updates related to styling
- test : Everything related to testing
- docs : Everything related to documentation
- Subject : Short description of the changes made
- body : It is used to explain changes (optional)
Author : ArkaØm
Contact: arka0m@protonmail.com
This project is protected under licence Creative Common BY-NC-SA 4.0.
- BY : Attribution
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.
- NC : NonCommercial
You may not use the material for commercial purposes.
- SA : ShareAlike
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.

