From 6ba5dc58aab9a19e8614c5a6f6cbf8272cfd1592 Mon Sep 17 00:00:00 2001 From: elijah Date: Tue, 12 Mar 2013 00:52:46 -0700 Subject: added platform guide --- docs/platform/quick-start.md | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) (limited to 'docs/platform/quick-start.md') 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 --------------------------------------- -- cgit v1.2.3