Django project for web experiences
|
5 年之前 | |
---|---|---|
ThesisWebExpeDjango | 5 年之前 | |
expe | 5 年之前 | |
static | 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 instanceremove
: stop and remove container instanceclean
: stop and remove container instance. Also remove docker imageThis project uses git-flow to improve cooperation during the development.
For each feature, you have to create a new git flow feature branch.