Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found
Select Git revision

Target

Select target project
  • kwadronaut/leap_se
  • LucasLarson/leap_se
  • jubobot/leap_se
  • wxl/leap_se
  • meskio/leap_se
  • whilelm/leap_se
  • vdegou/leap_se
  • southerntofu/leap_se
8 results
Select Git revision
Show changes
Commits on Source (1)
......@@ -56,11 +56,12 @@ 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 stable release branch:
To obtain the platform recipes, simply clone the git repository, and then check out the most recent release tagged stable :
workstation$ git clone -b version/0.9.x https://leap.se/git/leap_platform
workstation$ git clone https://leap.se/git/leap_platform
workstation$ git checkout 0.10.0
If you want to get the latest development branch (Beware: it could be unstable !) you could simply use the master branch instead by:
If you want to get the latest developments (Beware: it could be unstable !) you just don't checkout a particular tag :
workstation$ git clone https://leap.se/git/leap_platform
......