Fix missing tox env in dev install doc
Within the documentation about how to setup own development instance, there is a missing tox environment name in sections that describe how to launch worker for notifications. This change introduces the missing parts of tox commands. Change-Id: If32707bd2f93310723fbcdb045e2781edd65fb78
This commit is contained in:
parent
af301beaed
commit
a25b54ad7e
@ -185,7 +185,7 @@ file is already set up to enable notifications.
|
||||
To run the workers so that notifications are actually created, use tox
|
||||
in the root of the ``storyboard`` repository::
|
||||
|
||||
tox -e storyboard-worker-daemon --config-file ./docker/storyboard.conf
|
||||
tox -e venv -- storyboard-worker-daemon --config-file ./docker/storyboard.conf
|
||||
|
||||
This will start 5 workers to listen for events and create any relevant
|
||||
notifications.
|
||||
@ -426,7 +426,7 @@ in the root of the ``storyboard`` repository::
|
||||
To run the workers so that notifications are actually created, use tox
|
||||
in the root of the ``storyboard`` repository::
|
||||
|
||||
tox -e storyboard-worker-daemon --config-file ./etc/storyboard.conf
|
||||
tox -e venv -- storyboard-worker-daemon --config-file ./etc/storyboard.conf
|
||||
|
||||
This will start 5 workers to listen for events and create any relevant
|
||||
notifications.
|
||||
|
Loading…
Reference in New Issue
Block a user