diff options
author | varac <varacanero@zeromail.org> | 2015-01-07 09:55:03 +0100 |
---|---|---|
committer | varac <varacanero@zeromail.org> | 2015-01-07 09:55:03 +0100 |
commit | ce10b6890f5c7d95c4043a81c5fac6e8fedb9cd1 (patch) | |
tree | 947be97937b1577d2af313a8339437d30156ae6f /docs/platform/tutorials | |
parent | 8630ce9634d733047799777fb09cd32ea4b2c434 (diff) |
updated quick start guide to clone leap_platform before
Diffstat (limited to 'docs/platform/tutorials')
-rw-r--r-- | docs/platform/tutorials/quick-start.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/platform/tutorials/quick-start.md b/docs/platform/tutorials/quick-start.md index 0c6ec20..132fd32 100644 --- a/docs/platform/tutorials/quick-start.md +++ b/docs/platform/tutorials/quick-start.md @@ -29,8 +29,13 @@ This is by far the easiest way. It will install a single node mail Server in the default configuration with one single command. +Clone the 0.6.1 platform branch with + + git clone -b 0.6.1 https://github.com/leapcode/leap_platform.git + Start the vagrant box with + cd leap_platform vagrant up Follow the instructions how to configure your `/etc/hosts` |