passerelle/README

30 lines
623 B
Plaintext

Initializing the database
-------------------------
To create the database, execute the following line:
./passerelle_manage.py --config=config_example.py syncdb --migrate
The new database is created inside `passerelle.sqlite3` in the current directory.
Running
-------
The command line for starting is:
./passerelle_manage.py --config=config_example.py runserver
Passerelle is available on http://127.0.0.1:80000
Options
-------
--config=/path/to/config.py
Configuration file. MANDATORY.
--multitenant
Activate multi-tenant mode. The python-entrouvert package must be installed.