Django project for web experiences

Jérôme BUISINE 0d2d910d14 Merge branch 'release/v0.1.0' 4 jaren geleden
ThesisWebExpeDjango e5d6d3ced9 Update of results info 4 jaren geleden
expe 40bcf5e133 End of managing download data 4 jaren geleden
static b439136dbd Save zip downloaded folder 4 jaren geleden
.dockerignore 8f18f9fa38 Add of dockerignore file 4 jaren geleden
.gitignore 6a0a019eb3 Update of quest expe with load screen 4 jaren geleden
Dockerfile 507f912147 Use of docker for deploy website 4 jaren geleden
Makefile af1948331d Update clean make commands 4 jaren geleden
README.md af1948331d Update clean make commands 4 jaren geleden
docker-compose.yml 3b1540edf1 Update of comment 4 jaren geleden
manage.py 58e57f85d6 First project version 4 jaren geleden
requirements.txt 3e21dcc55e Use of docker compose file 4 jaren geleden

README.md

DjangoRecipes

Description

Web site which contains experiences on synthesis images (perception of noise).

Installation

1. Manually

Requirements

You need to have python, pip

pip install -r requirementst.txt

Run server

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

2. Using docker (recommended)

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 exists
  • remove: stop and remove container instance if exists
  • clean: remove docker image if exists

How to contribute ?

This project uses git-flow to improve cooperation during the development.

For each feature, you have to create a new git flow feature branch.

Licence

MIT