Django project for web experiences
Jérôme BUISINE 57318198c8 Merge branch 'release/v0.0.9' | 5 лет назад | |
---|---|---|
ThesisWebExpeDjango | 5 лет назад | |
expe | 5 лет назад | |
static | 5 лет назад | |
.dockerignore | 5 лет назад | |
.gitignore | 5 лет назад | |
Dockerfile | 5 лет назад | |
Makefile | 5 лет назад | |
README.md | 5 лет назад | |
docker-compose.yml | 5 лет назад | |
manage.py | 5 лет назад | |
requirements.txt | 5 лет назад |
Web site which contains experiences on synthesis images (perception of noise).
You need to have python, pip
pip install -r requirementst.txt
And then, run the server :
python project/manage.py runserver
or if you want to precise a specific port number :
python project/manage.py runserver 8080
You can use make commands:
make build
make run
Or simply:
make deploy
Will run build
and run
commands at once.
You also have stop
, remove
, clean
commands:
stop
: stop current container instance if existsremove
: stop and remove container instance if existsclean
: remove docker image if existsThis project uses git-flow to improve cooperation during the development.
For each feature, you have to create a new git flow feature branch.