diff options
Diffstat (limited to 'pages/docs')
-rw-r--r-- | pages/docs/platform/tutorials/quick-start.md | 4 |
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. |