Django project for web experiences
|
vor 5 Jahren | |
---|---|---|
ThesisWebExpeDjango | vor 5 Jahren | |
expe | vor 5 Jahren | |
static | vor 5 Jahren | |
.gitignore | vor 5 Jahren | |
Dockerfile | vor 5 Jahren | |
Makefile | vor 5 Jahren | |
README.md | vor 5 Jahren | |
docker-compose.yml | vor 5 Jahren | |
manage.py | vor 5 Jahren | |
requirements.txt | vor 5 Jahren |
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
and remove
commands to stop and remove current generated docker instance.
This project uses git-flow to improve cooperation during the development.
For each feature, you have to create a new git flow feature branch.