summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMarcello Stanisci <marcello.stanisci@inria.fr>2017-05-29 14:53:39 +0200
committerMarcello Stanisci <marcello.stanisci@inria.fr>2017-05-29 14:53:39 +0200
commit7117f8ec78fba0fc899a5d2f292e806e0215a22e (patch)
tree827c260ac7f23312e8d2a116e4472bfe302863f0 /docs
parentf770449e22c37f8a9cdf4eec256ce2763e0529db (diff)
downloaddocs-7117f8ec78fba0fc899a5d2f292e806e0215a22e.tar.gz
docs-7117f8ec78fba0fc899a5d2f292e806e0215a22e.tar.bz2
docs-7117f8ec78fba0fc899a5d2f292e806e0215a22e.zip
still fixing copy-pasted content
Diffstat (limited to 'docs')
-rw-r--r--docs/dev-talerdotnet.rst9
1 files changed, 6 insertions, 3 deletions
diff --git a/docs/dev-talerdotnet.rst b/docs/dev-talerdotnet.rst
index 265e8fbe..760b7420 100644
--- a/docs/dev-talerdotnet.rst
+++ b/docs/dev-talerdotnet.rst
@@ -149,11 +149,14 @@ To start the worker, log in as `testswitcher` and run:
.. code-block:: none
- $ source ~/activate
- $ taler-deployment-bbstart
+ $ source ~/venv/bin/activate
+ $ buildbot-worker start ~/buildbot/slave
# To stop it:
- $ taler-deployment-bbstop
+ $ buildbot-worker stop ~/buildbot/slave
+
+ # To exit the virtual env
+ $ deactivate
+++++++++++++
Manual switch