diff options
author | elijah <elijah@riseup.net> | 2012-11-16 14:27:20 -0800 |
---|---|---|
committer | elijah <elijah@riseup.net> | 2012-11-16 14:27:20 -0800 |
commit | 0fe2ca1db6623183a8a6420484c5407f03ab03ac (patch) | |
tree | 8ec2ee9b6200024a448a72a513059da7c4f4942f | |
parent | a70587080576517716986230a6eb5792aa248e9b (diff) | |
parent | eee2441572db5de3a4aceeeda4caaf02b2eabe05 (diff) |
Merge branch 'develop' of ssh://leap.se/leap_platform into develop
-rw-r--r-- | README.md | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -79,10 +79,10 @@ Configure Edit following files: - * common.yaml - * nodes/COUCHDB_SERVER.yaml - * nodes/WEBAPP_SERVER.yaml - * nodes/VPN_SERVER.yaml + * common.json + * nodes/<COUCHDB_SERVER>.json - change <COUCHDB_SERVER> to be the hostname of the server hosting couchdb + * nodes/<WEBAPP_SERVER>.json - change <WEBAPP_SERVER> to be the hostname of the server hosting the webapp + * nodes/<VPN_SERVER>.json - change <VPN_SERVER> to be the hostname of the server hosting the VPN server leap add-user --self leap compile @@ -92,7 +92,7 @@ Initialize and deploy nodes For every server you configured do: - leap node-init SERVERNAME + leap init-node SERVERNAME leap -v 2 deploy SERVERNAME More Information |