summaryrefslogtreecommitdiff
path: root/docs/platform
diff options
context:
space:
mode:
authorelijah <elijah@riseup.net>2013-02-12 21:27:33 -0800
committerelijah <elijah@riseup.net>2013-02-12 21:27:33 -0800
commit1459589a1bd5f2e7d8b0a2cdd21ee48ef1332de3 (patch)
tree5823d14d32b2c0d423faf04c5a0d9146db60cbbb /docs/platform
parent90055bf202b0ae4d28a52cd2d1b5f1cf14210383 (diff)
first public release of docs
Diffstat (limited to 'docs/platform')
-rw-r--r--docs/platform/config.md4
-rw-r--r--docs/platform/quick-start.md2
2 files changed, 2 insertions, 4 deletions
diff --git a/docs/platform/config.md b/docs/platform/config.md
index 89bf934..c7daa47 100644
--- a/docs/platform/config.md
+++ b/docs/platform/config.md
@@ -127,6 +127,6 @@ Direct access:
Filters:
- nodes[:public_dns => true] # all nodes where public_dns == true
- nodes[:services => 'openvpn', :services => 'tor'] # openvpn OR tor
+ nodes[:public_dns => true] # all nodes where public_dns == true
+ nodes[:services => 'openvpn', :services => 'tor'] # openvpn OR tor
nodes[:services => 'openvpn'][:tags => 'production'] # openvpn AND production
diff --git a/docs/platform/quick-start.md b/docs/platform/quick-start.md
index ff2488f..5ec8ee3 100644
--- a/docs/platform/quick-start.md
+++ b/docs/platform/quick-start.md
@@ -134,8 +134,6 @@ That is it, you should now have your first running node. However, the LEAP web a
leap node init db1
leap deploy db1
-NOTE: You probably want a machine with at least 8gb of RAM when running more than a few local virtual machines.
-
What is going on here?
--------------------------------------------