Skip to content
Snippets Groups Projects
Commit 37da41d4 authored by André Anjos's avatar André Anjos :speech_balloon:
Browse files

Merge branch 'issue_442_fix_install_doc' into 'master'

Fix install command documentation

Closes #442

See merge request !269
parents 7109ba0c 9fa3ff85
No related branches found
No related tags found
1 merge request!269Fix install command documentation
Pipeline #25800 passed
...@@ -32,12 +32,12 @@ Examples: ...@@ -32,12 +32,12 @@ Examples:
To install advanced databases, formats, libraries, algorithms, toolchains, To install advanced databases, formats, libraries, algorithms, toolchains,
experiments and plotters: experiments and plotters:
$ manage.py install -v1 advanced $ ./bin/django install -v1 advanced
To install only test databases, formats, libraries, algorithms, toolchains, To install only test databases, formats, libraries, algorithms, toolchains,
experiments and plotters: experiments and plotters:
$ manage.py install -v1 test $ ./bin/django install -v1 test
Note: If you need to specify your own path to the directories containing the 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:: databases, you could just create a simple JSON file as follows::
...@@ -49,7 +49,7 @@ Examples: ...@@ -49,7 +49,7 @@ Examples:
Then just use the previous script with the option ``--database-root-file``:: Then just use the previous script with the option ``--database-root-file``::
$ manage.py install -v1 --database-root-file=<file.json> $ ./bin/django install -v1 --database-root-file=<file.json>
By default, paths to the root of all databases are set to match the Idiap By default, paths to the root of all databases are set to match the Idiap
Research Institute filesystem organisation. Research Institute filesystem organisation.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment