Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Install VirtualBox >= 4.3.12
  • Install Vagrant >= 1.5.3
  • Download the Vagrantfile and create the Vagrant instance:

    Code Block
    mkdir fullstack
    cd fullstack
    export OPENEDX_RELEASE=the_tag_you_want  #  for example, open-release/eucalyptus/latest
    curl -L https://raw.githubusercontent.com/edx/configuration/named-release/dogwood$OPENEDX_RELEASE/vagrant/release/fullstack/Vagrantfile > Vagrantfile
    vagrant plugin install vagrant-hostsupdater
    vagrant up

...