Uniform access to data sources and services
Go to file
Thomas NOËL 553f7387a4 disable useless/outdated apps (queue, solis, mako)
If needed, they can be enabled through config.py.
2014-10-02 13:51:58 +02:00
passerelle disable useless/outdated apps (queue, solis, mako) 2014-10-02 13:51:58 +02:00
.gitignore minimalistic homepage view 2013-02-15 14:48:13 +01:00
LICENSE this will be AGPL 2013-02-11 11:04:19 +01:00
MANIFEST.in include pastell static files 2014-09-18 14:08:51 +02:00
README passerelle_manage.py -> manage.py 2014-10-02 10:08:49 +02:00
config_example.py New organization of settings 2014-10-02 09:54:39 +02:00
manage.py passerelle_manage.py -> manage.py 2014-10-02 10:08:49 +02:00
requirements.txt disable useless/outdated apps (queue, solis, mako) 2014-10-02 13:51:58 +02:00
setup.py passerelle_manage.py -> manage.py 2014-10-02 10:08:49 +02:00

README

Initializing the database
-------------------------

To create the database, execute the following line:

    ./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:

    ./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.