src/README
author Alexandre Segura <mex.zktk@gmail.com>
Fri, 09 Jun 2017 15:24:53 +0200
changeset 26 930e486ad0a8
parent 24 3b3999550508
child 31 63be3ce389f7
permissions -rw-r--r--
Store categories in note.

# 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 <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