From a200c4212020bb1d5235fbce050ccc3a0db7f2e6 Mon Sep 17 00:00:00 2001 From: Varac Date: Tue, 13 Jun 2017 14:37:54 +0200 Subject: Polish merge-requests/7 --- pages/docs/platform/tutorials/quick-start.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/pages/docs/platform/tutorials/quick-start.md b/pages/docs/platform/tutorials/quick-start.md index 7fb5c90..5f6a1d9 100644 --- a/pages/docs/platform/tutorials/quick-start.md +++ b/pages/docs/platform/tutorials/quick-start.md @@ -56,7 +56,11 @@ Install core prerequisites on your workstation. The LEAP platform recipes are a set modules designed to work together to provide you everything you need to manage your provider. You typically do not need to modify these, but do need them available for deploying your provider. -To obtain the platform recipes, simply clone the git repository, and then check out the most recent release branch. +To obtain the platform recipes, simply clone the git repository, and then check out the most recent stable release branch: + + workstation$ git checkout -b 0.9.x origin/version/0.9.x + +If you want to get the latest development branch (Beware: it could be unstable !) you could simply use the master branch by: workstation$ git clone https://leap.se/git/leap_platform @@ -173,7 +177,7 @@ Create a node, with the services "webapp", "soledad" and "couchdb", and then sta It will take a while to download the Virtualbox base box and create the virtual machine. -### Option C: Add a virtual machine +### Option C: Add a virtual machine in the cloud In order to create a provider using the cloud, please follow this [instructions](https://leap.se/en/docs/platform/guide/virtual-machines). -- cgit v1.2.3