diff options
author | Micah Anderson <micah@riseup.net> | 2015-04-07 10:10:47 -0400 |
---|---|---|
committer | Micah Anderson <micah@riseup.net> | 2015-04-07 10:10:47 -0400 |
commit | d321780fcd7663aac71c1bb0cb613f625d5a8ab0 (patch) | |
tree | dfa9207fae8b9fe583f51792cbdb1fa8ecf1f0e3 /pages/docs/platform/tutorials/quick-start.md | |
parent | bc27f7bfbcaa605f67e17a21cdad3661411f1cd0 (diff) | |
parent | a60e644b75f870bcf615d3f63df7fea5bde05dd4 (diff) |
Merge remote-tracking branch 'gitlab/master'
Diffstat (limited to 'pages/docs/platform/tutorials/quick-start.md')
-rw-r--r-- | pages/docs/platform/tutorials/quick-start.md | 27 |
1 files changed, 14 insertions, 13 deletions
diff --git a/pages/docs/platform/tutorials/quick-start.md b/pages/docs/platform/tutorials/quick-start.md index 132fd32..f886484 100644 --- a/pages/docs/platform/tutorials/quick-start.md +++ b/pages/docs/platform/tutorials/quick-start.md @@ -6,34 +6,34 @@ Testing Leap platform with Vagrant ================================== -There are two ways how you can setup leap platform +There are two ways how you can setup leap platform using vagrant. Use the leap_cli vagrant integration ------------------------------------ -Install leap_cli and leap_platform on your host, -configure a provider from scratch and use the +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 +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 how +https://leap.se/en/docs/platform/tutorials/single-node-email how to setup a single node mail server. Using the Vagrantfile provided by Leap Platform ----------------------------------------------- -This is by far the easiest way. +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 +Clone the platform with - git clone -b 0.6.1 https://github.com/leapcode/leap_platform.git + git clone https://github.com/leapcode/leap_platform.git -Start the vagrant box with +Start the vagrant box with cd leap_platform vagrant up @@ -43,7 +43,7 @@ in order to use the provider! You can login via ssh with the systemuser `vagrant` and the same password. -There are 2 users preconfigured: +There are 2 users preconfigured: . `testuser` with pw `hallo123` . `testadmin` with pw `hallo123` @@ -72,11 +72,12 @@ Use i.e. swaks to send a testmail swaks -f noone@example.org -t testuser@example.org -s example.org and use your favorite mail client to examine your inbox. -You can also use [offlineimap](http://offlineimap.org/) to fetch mails: + +You can also use [offlineimap](http://offlineimap.org/) to fetch mails: offlineimap -c vagrant/.offlineimaprc.example.org -WARNING: Use offlineimap *only* for testing/debugging, -because it will save the mails *decrypted* locally to +WARNING: Use offlineimap *only* for testing/debugging, +because it will save the mails *decrypted* locally to your disk ! |