Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
rabotnik-obm
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Global Dynamic Exposure
rabotnik
rabotnik-obm
Commits
35a35f9f
Commit
35a35f9f
authored
Jun 1, 2022
by
Cecilia Nievas
Browse files
Options
Downloads
Patches
Plain Diff
Expanded documentation on how to run (orphan containers)
parent
6606cfaf
Branches
Branches containing commit
No related tags found
1 merge request
!69
Expanded documentation on how to run (orphan containers)
Pipeline
#43700
passed
Jun 3, 2022
Stage: test
Changes
1
Pipelines
2
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/how_to_run.md
+7
-1
7 additions, 1 deletion
docs/how_to_run.md
with
7 additions
and
1 deletion
docs/how_to_run.md
+
7
−
1
View file @
35a35f9f
...
...
@@ -102,7 +102,9 @@ RABOTNIK_VERBOSITY=3
## Steps
1.
If not already running, start the
`rabotnik`
container by doing
`docker-compose up -d rabotnik`
from the directory where
`docker-compose.yml`
is located.
`docker-compose up -d --remove-orphans rabotnik`
from the directory where
`docker-compose.yml`
is located. The
`--remove-orphans`
flag is relevant to avoid older versions of the container to
keep on running in the background.
2.
Create a .txt file with a list of OpenStreetMap (OSM) IDs of buildings to process and name
it as per your preference. E.g.
`my_buildings.txt`
(see example below).
3.
Place
`my_buildings.txt`
in a directory of your choice.
...
...
@@ -119,6 +121,10 @@ list of OSM IDs to be processed. As a consequence, whenever passing on a new lis
`rabotnik`
container does not need to be stopped and re-started, only the
`rcom`
container needs
such actions.
Note: If prompted by a warning from Docker (of the kind "Found orphan containers for this
project"), use the
`--remove-orphans`
flag when starting the containers (either
`rcom`
or
`rabotnik`
).
Example of the format for
`my_buildings.txt`
:
```
...
...
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