summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMicah Anderson <micah@riseup.net>2012-11-15 09:53:30 -0500
committerMicah Anderson <micah@riseup.net>2012-11-15 09:53:37 -0500
commiteee2441572db5de3a4aceeeda4caaf02b2eabe05 (patch)
tree923f12e1b0e783584c3793632dd7050f3c33e737 /README.md
parent74047765ad815ae72a1e0eb2355e6fbc68d4db57 (diff)
fix node configuration suffix and provide more information; fix init-node
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/README.md b/README.md
index 7917a42f..b7f07e27 100644
--- a/README.md
+++ b/README.md
@@ -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