summaryrefslogtreecommitdiff
path: root/docs/platform/quick-start.md
diff options
context:
space:
mode:
authorelijah <elijah@riseup.net>2013-03-12 00:52:46 -0700
committerelijah <elijah@riseup.net>2013-03-12 00:52:46 -0700
commit6ba5dc58aab9a19e8614c5a6f6cbf8272cfd1592 (patch)
treebd90d8035ec30f6c4000d1e053259b7ba0ba1c1b /docs/platform/quick-start.md
parent4e31e7fd9266ae87b646ddf15dd3b3818cee5e28 (diff)
added platform guide
Diffstat (limited to 'docs/platform/quick-start.md')
-rw-r--r--docs/platform/quick-start.md17
1 files changed, 13 insertions, 4 deletions
diff --git a/docs/platform/quick-start.md b/docs/platform/quick-start.md
index a90ae51..68ccb11 100644
--- a/docs/platform/quick-start.md
+++ b/docs/platform/quick-start.md
@@ -12,10 +12,12 @@ What you will need:
* At least 4gb of RAM.
* A fast internet connection (because you will be downloading a lot of big files).
-Installation
+Install prerequisites
--------------------------------
-Install prerequisites:
+*Debian & Ubuntu*
+
+Install core prerequisites:
sudo apt-get install git ruby ruby-dev rsync openssh-client openssl rake make
@@ -23,9 +25,15 @@ Install Vagrant in order to be able to test with local virtual machines (typical
sudo apt-get install vagrant virtualbox
-This tutorial should work with ruby1.8, but has only been tested using ruby1.9.
+*Mac OS*
+
+1. Install rubygems from https://rubygems.org/pages/download (unless the `gem` command is already installed).
+2. Install Vagrant.dmg from http://downloads.vagrantup.com/
-Install the `leap` command:
+Install leap
+---------------------
+
+Install the `leap` command as a gem:
sudo gem install leap_cli
@@ -47,6 +55,7 @@ Or, install as unprivileged user:
With both methods, you can use now /usr/local/bin/leap, which in most cases will be in your $PATH.
+
Create a provider instance
---------------------------------------