src/README
author ymh <ymh.work@gmail.com>
Wed, 14 Jun 2017 18:08:03 +0200
changeset 36 36210c4f019f
parent 32 52f7a51ef948
child 37 5ce9218fb3e0
permissions -rw-r--r--
reorganize urls and add user management api urls

# 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 -p `which python3` irinotes
$ cd requirements
$ pip install -r dev.txt
$ cd ..
$ 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 <http://127.0.0.1:8000> .

Admin interface is at <http://127.0.0.1:8000/admin>

## Usage

TODO: Write usage instructions

## History

TODO: Write history

## Credits

TODO: Write credits

## License

TODO: Write license