README: add a bootstrap section for developpers

This commit is contained in:
Benjamin Dauvergne 2013-06-24 18:42:11 +02:00
parent d9d0f043b5
commit d3cad38418
1 changed files with 13 additions and 0 deletions

View File

@ -11,6 +11,19 @@ docbow. The user running the application need access to this database. On most
Unix system it means creating a postgresql user with the same name as the Unix
user it the database server runs on the same host.
Installation for developpers
----------------------------
- First run:
./start.sh
- and next times:
./run.sh
- To update dependencies in the virtualenv environment rerun ./start.sh
Installation
------------