From 89a8663e573d3e72e558b49d1cc7623607325c3e Mon Sep 17 00:00:00 2001 From: Adam Gandelman Date: Wed, 13 May 2015 16:39:27 -0700 Subject: [PATCH] Fix dev quickstart, do not overwrite local.conf The current docs show the examples overwritting config when setting it to build an image, rather than appending to it. Also, this adds a note about minimum memory requirements for the devstack host machine. Change-Id: Ie3199c2c90c43df99a4e1c4f01f5d9536bc8d5d9 --- doc/source/developer_quickstart.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/source/developer_quickstart.rst b/doc/source/developer_quickstart.rst index 8bd2d5e..83c500d 100644 --- a/doc/source/developer_quickstart.rst +++ b/doc/source/developer_quickstart.rst @@ -20,7 +20,7 @@ Preparation and prerequisites Deploying DevStack on your local workstation is not recommended. Instead, developers should use a dedicated virtual machine. Currently, Ubuntu Trusty 14.04 is the tested and supported base operating system. Additionally, -you'll need to have ``git`` installed:: +you'll need at least 4GB of RAM and to have ``git`` installed:: sudo apt-get -y install git @@ -60,7 +60,7 @@ By default, the Akanda plugin downloads a pre-built official Akanda image. To build your own from source, enable ``BUILD_AKANDA_DEV_APPLIANCE`` and specify a repository and branch to build from:: - cat >/opt/stack/devstack/local.conf <>/opt/stack/devstack/local.conf <