diff -r 4c3ae065f22c -r 3b3999550508 src/README --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/README Thu Jun 08 17:57:57 2017 +0200 @@ -0,0 +1,41 @@ +# IRINOTES backoffice + +Back office for the IRINOTES application + +## Installation + +Please follow the command below to bootstrap the project + +```shell +$ mkdir -p run/{db,log,web} +$ mkdir -p run/web/{media,static} +$ cp .env.tmpl .env +$ vi .env +$ mkvirtualenv irinotes +$ pip install requirements/dev.txt +$ python manage.py migrate +$ python manage.py collectstatic +$ python manage.py createsuperuser +$ python manage.py runserver + +``` + +You can now visit the following url in your browser . + +Admin interface is at + +## Usage + +TODO: Write usage instructions + +## History + +TODO: Write history + +## Credits + +TODO: Write credits + +## License + +TODO: Write license