Commit 2b30cc97 by John Jarvis

adding fullstack readme and updating devstack Vagrantfile

parent 9ccd61aa
...@@ -3,8 +3,7 @@ CPU_COUNT = 2 ...@@ -3,8 +3,7 @@ CPU_COUNT = 2
Vagrant.configure("2") do |config| Vagrant.configure("2") do |config|
# For efficiency, we create custom base box from an Ubuntu 12.04 image # Creates a devstack from a base Ubuntu 12.04 image
# Once the custom base box is created, we use that as a starting point.
config.vm.box = "precise64" config.vm.box = "precise64"
config.vm.box_url = "http://files.vagrantup.com/precise64.box" config.vm.box_url = "http://files.vagrantup.com/precise64.box"
......
devstack
========
Vagrant instance for a production like configuration running all services on a single server
Installation instructions - https://github.com/edx/configuration/wiki#installing-edx-using-a-pre-built-vagrant-fullstack-image
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment