summaryrefslogtreecommitdiff
path: root/docs/platform
diff options
context:
space:
mode:
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?
--------------------------------------------