From 641b8eaacdd268f6b432583d7a58ed531cc98165 Mon Sep 17 00:00:00 2001 From: varac Date: Fri, 8 Feb 2013 14:30:37 +0100 Subject: install virtualbox --- docs/platform/quick-start.md | 22 ++++++++++++++-------- 1 file changed, 14 insertions(+), 8 deletions(-) (limited to 'docs/platform') diff --git a/docs/platform/quick-start.md b/docs/platform/quick-start.md index e5e87a6..30a6601 100644 --- a/docs/platform/quick-start.md +++ b/docs/platform/quick-start.md @@ -3,7 +3,11 @@ Installation Install prerequisites: - sudo apt-get install git ruby ruby-dev rsync openssh-client openssl + sudo apt-get install git ruby ruby-dev rsync openssh-client openssl rake + +Install prerequisites to test Leap Platform locally with vagrant: + + sudo apt-get install virtualbox This tutorial should work with ruby1.8, but has only been tested using ruby1.9. @@ -18,16 +22,16 @@ Alternately, you can install `leap` from source: cd leap_cli rake build -Install as unprivileged user: +* Install as root user (recommended): + + sudo rake install + +* Install as unprivileged user: rake install # watch out for the directory leap is installed to, then i.e. ln -s ~/.gem/ruby/1.9.1/bin/leap /usr/local/bin/leap -Install as root user (recommended): - - sudo rake install - With both methods, you can use now /usr/local/bin/leap, which in most cases will be in your $PATH. @@ -73,14 +77,16 @@ To see details about the keys and certs that the prior two commands created, you leap inspect files/ca/ca.crt -Edit configuration files ------------------------- +Edit provider configuration +-------------------------------------- Provide some information for new provider, these are the variables you need to set: * common.json: contact_email (used for tor directory listing if you deploy a tor relay) + + Create nodes ------------ -- cgit v1.2.3