From 2baba558ff5c45f55b88d122e2abe1969f8e736e Mon Sep 17 00:00:00 2001 From: Micah Anderson Date: Wed, 25 Sep 2013 12:49:22 -0400 Subject: add information about how much disk space is sufficient. I based this on looking at the production webapp node and saw that it was created with 5gb and has 37% used, and a couchdb node that was allocated 10gb and had 16% used, and an openvpn node which was created with 12gb and had 11% used. So that seemed to me to indicate that 10gb would be sufficient for an initial start and then some growth. --- docs/platform/quick-start.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/platform') diff --git a/docs/platform/quick-start.md b/docs/platform/quick-start.md index 05e1fda..eb778ab 100644 --- a/docs/platform/quick-start.md +++ b/docs/platform/quick-start.md @@ -26,7 +26,7 @@ Requirements In order to complete this Quick Start, you will need a few things: -* You will need three real or paravirtualized virtual machines (KVM, Xen, Openstack, Amazon, but not Vagrant - sorry) that have a basic Debian Stable installed. +* You will need three real or paravirtualized virtual machines (KVM, Xen, Openstack, Amazon, but not Vagrant - sorry) that have a basic Debian Stable installed. If you allocate 10G to each node, that should be plenty. * You should be able to SSH into them remotely, and know their IP addresses and their SSH host keys * You will need four different IPs, one for each node, and a second one for the VPN gateway * You should have the ability to create/modify DNS entries for your domain -- cgit v1.2.3 From b08f37534ccbd4564fc2da5e123aacecfe2acb99 Mon Sep 17 00:00:00 2001 From: Micah Anderson Date: Wed, 25 Sep 2013 12:51:30 -0400 Subject: add prompt to leap list and singularize --- docs/platform/quick-start.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/platform') diff --git a/docs/platform/quick-start.md b/docs/platform/quick-start.md index eb778ab..76153df 100644 --- a/docs/platform/quick-start.md +++ b/docs/platform/quick-start.md @@ -13,13 +13,13 @@ We are going to create a minimal LEAP provider offering OpenVPN service. This ba Our goal is something like this: - leap list + $ leap list NODES SERVICES TAGS clam couchdb elephant webapp snail openvpn -NOTE: You won't be able to run those `leap list` commands yet, not until we actually create the node configurations. +NOTE: You won't be able to run that `leap list` command yet, not until we actually create the node configurations. Requirements ------------ -- cgit v1.2.3