From 33ef3d2ac9a03b06ff29f1367c69731a89f1dfc7 Mon Sep 17 00:00:00 2001 From: Azul Date: Thu, 11 Oct 2012 12:50:37 +0200 Subject: added srp-js submodule to documentation --- INSTALL.md | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'INSTALL.md') diff --git a/INSTALL.md b/INSTALL.md index 8466ddc..18d9c6d 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -23,6 +23,15 @@ Run `bundle install` to install all the required gems. ## Setup ## +### SRP submodule ### + +We currently use a git submodule to include srp-js. This will soon be replaced by a ruby gem. but for now you need to run + +``` + git submodules init + git submodules update +``` + ### Cert Distribution ### The Webapp can hand out certs for the EIP client. These certs are either picked from a pool in CouchDB or from a file. For now you can either run [Leap CA](http://github.com/leapcode/leap_ca) to fill the pool or you can put your certs file in config/cert. -- cgit v1.2.3