diff options
author | Micah Anderson <micah@riseup.net> | 2013-09-25 12:49:22 -0400 |
---|---|---|
committer | Micah Anderson <micah@riseup.net> | 2013-09-25 12:49:35 -0400 |
commit | 2baba558ff5c45f55b88d122e2abe1969f8e736e (patch) | |
tree | d03882a095c8f74f1a42d444dc4d838cd0148ede | |
parent | 652879ef39b5a94fba50f8c78524e71e040e8b5b (diff) |
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.
-rw-r--r-- | docs/platform/quick-start.md | 2 |
1 files changed, 1 insertions, 1 deletions
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 |