summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkwadronaut <kwadronaut@leap.se>2016-12-11 15:45:05 +0100
committerkwadronaut <kwadronaut@leap.se>2016-12-11 15:45:05 +0100
commit501e9fe1dca936fad06349b30185dbb9313fe96b (patch)
tree789193c60dc459b31c0f8f0218cf229d1abae255
parenta80d77a1674e4c4e110b85a412b56ccef0ae0d8e (diff)
Add soledad-server to quickstart guide commands
Thanks to thustra for pointing this out.
-rw-r--r--pages/docs/platform/tutorials/quick-start.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/pages/docs/platform/tutorials/quick-start.md b/pages/docs/platform/tutorials/quick-start.md
index 561cbfb..745fe5e 100644
--- a/pages/docs/platform/tutorials/quick-start.md
+++ b/pages/docs/platform/tutorials/quick-start.md
@@ -141,9 +141,9 @@ NOTE: replace x.x.x.x with the actual IP address of this server.
### Option B: Add a local node
-Create a node, with the services "webapp" and "couchdb", and then start the local virtual machine:
+Create a node, with the services "webapp", "soledad" and "couchdb", and then start the local virtual machine:
- workstation$ leap node add --local wildebeest services:webapp,couchdb
+ workstation$ leap node add --local wildebeest services:webapp,couchdb,soledad
workstation$ leap local start wildebeest
It will take a while to download the Virtualbox base box and create the virtual machine.