diff options
| author | Azul <azul@leap.se> | 2012-10-11 12:50:37 +0200 | 
|---|---|---|
| committer | Azul <azul@leap.se> | 2012-10-11 12:50:37 +0200 | 
| commit | 33ef3d2ac9a03b06ff29f1367c69731a89f1dfc7 (patch) | |
| tree | 90d2a851cd558652121182937a5ec8373722cab0 | |
| parent | a86de8ca44d30d48db1cf05520f54a8cf48b645d (diff) | |
added srp-js submodule to documentation
| -rw-r--r-- | INSTALL.md | 9 | 
1 files changed, 9 insertions, 0 deletions
| @@ -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. | 
