summaryrefslogtreecommitdiff
path: root/CHANGES.md
diff options
context:
space:
mode:
authorelijah <elijah@riseup.net>2016-09-14 15:31:42 -0700
committerelijah <elijah@riseup.net>2016-09-14 15:31:42 -0700
commit238b0853711b91422eff5b97397b549a66370f72 (patch)
tree777622456eff8eae8b5c7b41e65674c6a7707fd8 /CHANGES.md
parent811deee9e5b8cc42a3ea424ef873e9d69eb50cba (diff)
refresh /docs/
Diffstat (limited to 'CHANGES.md')
-rw-r--r--CHANGES.md20
1 files changed, 14 insertions, 6 deletions
diff --git a/CHANGES.md b/CHANGES.md
index 3fbb3ee1..f447e9d5 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -30,15 +30,23 @@ You will need the new version of leap_cli:
Because 0.9 does not use submodules anymore, you must remove them before pulling
the latest leap_platform from git:
- cd leap_platform
- for dir in $(git submodule | awk '{print $2}'); do
- git submodule deinit $dir
- done
- git pull
+ workstation$ cd leap_platform
+ workstation$ for dir in $(git submodule | awk '{print $2}'); do
+ workstation$ git submodule deinit $dir
+ workstation$ done
+ workstation$ git pull
+ workstation$ git checkout 0.9.0
Alternately, just clone a fresh leap_platform:
- git clone https://leap.se/git/leap_platform
+ workstation$ git clone https://leap.se/git/leap_platform
+ workstation$ cd leap_platform
+ workstation$ git checkout 0.9.0
+
+Then, deploy:
+
+ workstation$ cd PROVIDER_DIR
+ workstation$ leap deploy
Known Issues: