summaryrefslogtreecommitdiff
path: root/docs/platform
diff options
context:
space:
mode:
authorvarac <varacanero@zeromail.org>2013-09-26 18:31:07 +0200
committervarac <varacanero@zeromail.org>2013-09-26 18:31:07 +0200
commit4ac07b5b3838ec06b8abaabe0096021a40104124 (patch)
tree4694e17eff143e5954515b36d14af403ae6d5f8a /docs/platform
parent5ad0a2a1cb4c6c3bbe74d3dd4e8c1a5aca972f75 (diff)
minor improvements of quick-start.md
Diffstat (limited to 'docs/platform')
-rw-r--r--docs/platform/quick-start.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/platform/quick-start.md b/docs/platform/quick-start.md
index 2f2bb6b..9f17581 100644
--- a/docs/platform/quick-start.md
+++ b/docs/platform/quick-start.md
@@ -17,7 +17,7 @@ Our goal is something like this:
NODES SERVICES TAGS
couch1 couchdb
web1 webapp
- vpn1 openvpn
+ vpn1 openvpn
NOTE: You won't be able to run that `leap list` command yet, not until we actually create the node configurations.
@@ -203,7 +203,7 @@ There are a few required settings in provider.json. At a minimum, you must have:
"domain": "example.org",
"name": "Example",
"contacts": {
- "default": "email1@example.org, email2@example.org"
+ "default": "email1@example.org"
}
}
@@ -260,9 +260,9 @@ Initialize the nodes
Node initialization only needs to be done once, but there is no harm in doing it multiple times:
- $ leap node init
+ $ leap node init production
-When `leap node init` is run, you will be prompted to verify the fingerprint of the SSH host key and to provide the root password of the server(s). You should only need to do this once.
+This will initialize all nodes with the tag "production". When `leap node init` is run, you will be prompted to verify the fingerprint of the SSH host key and to provide the root password of the server(s). You should only need to do this once.
If you prefer, you can initalize each node, one at a time: