Skip to content
Snippets Groups Projects
Verified Commit 9c3356dc authored by Varac's avatar Varac
Browse files

Clone leap_platform stable branch for production deployment

parent befd3313
Branches
No related tags found
No related merge requests found
Pipeline #
......@@ -56,12 +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 tagged stable :
To obtain the platform recipes, simply clone the git repository, and then check out the stable branch :
workstation$ git clone https://leap.se/git/leap_platform
workstation$ git checkout 0.10.0
workstation$ git clone -b stable https://leap.se/git/leap_platform
If you want to get the latest developments (Beware: it could be unstable !) you just don't checkout a particular tag :
If you want to get the latest developments (beware: it could be unstable !) you just checkout the default master branch :
workstation$ git clone https://leap.se/git/leap_platform
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment