Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
beat.web
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
beat
beat.web
Commits
9fa3ff85
Commit
9fa3ff85
authored
6 years ago
by
Samuel GAIST
Browse files
Options
Downloads
Patches
Plain Diff
[utils][commands] Fix install command documentation
Fixes
#442
parent
7109ba0c
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!269
Fix install command documentation
Pipeline
#25789
passed
6 years ago
Stage: build
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
beat/web/utils/management/commands/install.py
+3
-3
3 additions, 3 deletions
beat/web/utils/management/commands/install.py
with
3 additions
and
3 deletions
beat/web/utils/management/commands/install.py
+
3
−
3
View file @
9fa3ff85
...
@@ -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.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment