Outdated ./bin/django install --help
Runing command:
./bin/django install --help
Part of the output:
Examples:
To install advanced databases, formats, libraries, algorithms, toolchains,
experiments and plotters:
$ manage.py install -v1 advanced
To install only test databases, formats, libraries, algorithms, toolchains,
experiments and plotters:
$ manage.py install -v1 test
Note: If you need to specify your own path to the directories containing the
databases, you could just create a simple JSON file as follows::
{
"atnt/1": "/remote/databases/atnt",
"banca/2": "/remote/databases/banca"
}
Then just use the previous script with the option ``--database-root-file``::
$ manage.py install -v1 --database-root-file=<file.json>
By default, paths to the root of all databases are set to match the Idiap
Research Institute filesystem organisation.
Although there is no ./bin/manage.py
script - I believe this should be replaced with django
.