summaryrefslogtreecommitdiff
path: root/pages/docs/platform/tutorials/vagrant.md
diff options
context:
space:
mode:
authorvarac <varacanero@zeromail.org>2015-12-28 11:59:37 +0100
committervarac <varacanero@zeromail.org>2015-12-28 11:59:37 +0100
commit40d459e9f4ec42845700856fbdbd05760eac7277 (patch)
treea25ec98659deff667f9b426d3c5d94a6e63c587f /pages/docs/platform/tutorials/vagrant.md
parent8533f28ca9875cce016c7304e27d0c53a4edb69b (diff)
updated vagrant doc
Diffstat (limited to 'pages/docs/platform/tutorials/vagrant.md')
-rw-r--r--pages/docs/platform/tutorials/vagrant.md24
1 files changed, 13 insertions, 11 deletions
diff --git a/pages/docs/platform/tutorials/vagrant.md b/pages/docs/platform/tutorials/vagrant.md
index c76cd84..9b1bece 100644
--- a/pages/docs/platform/tutorials/vagrant.md
+++ b/pages/docs/platform/tutorials/vagrant.md
@@ -6,9 +6,20 @@ Use Vagrant to install the LEAP platform
========================================
There are two ways you can setup leap platform using vagrant.
+If you aim at getting the platform running as quick as possible,
+you should follow the second option (`2. Using the Vagrantfile provided by Leap Platform`).
-Using the Vagrantfile provided by Leap Platform
------------------------------------------------
+1. Use the leap_cli vagrant integration
+=======================================
+
+Install `leap_cli` and LEAP Platform on your host, configure a provider from scratch and use the `leap local` commands to manage your vagrant node(s).
+
+See [Development Environment](https://leap.se/en/docs/platform/details/development) how to use the `leap_cli` vagrant
+integration and follow the [Single Node Email Tutorial](https://leap.se/en/docs/platform/tutorials/single-node-email) afterwards how
+to setup a single node email server.
+
+2. Using the Vagrantfile provided by Leap Platform
+==================================================
This is by far the easiest way. It will install a single node mail server in the default
configuration with one single command.
@@ -96,13 +107,4 @@ login as `testadmin` to access the webapp with admin priviledges.
-Use the leap_cli vagrant integration
-------------------------------------
-
-Install leap_cli and leap_platform on your host, configure a provider from scratch and use the `leap local` commands to manage your vagrant node(s).
-
-See https://leap.se/en/docs/platform/development how to use the leap_cli vagrant
-integration and https://leap.se/en/docs/platform/tutorials/single-node-email how
-to setup a single node mail server.
-