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
This commit is contained in:
parent
8a49c086e1
commit
89a8663e57
@ -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 <<END
|
||||
cat >>/opt/stack/devstack/local.conf <<END
|
||||
|
||||
BUILD_AKANDA_DEV_APPLIANCE=True
|
||||
AKANDA_APPLIANCE_REPO=http://github.com/stackforge/akanda-appliance.git
|
||||
|
Loading…
Reference in New Issue
Block a user