Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: added a link to a useful page to find OPENEDX_RELEASE git tags

...

  • 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  #  check https://openedx.atlassian.net/wiki/display/DOC/Open+edX+Releases for example, open-release/eucalyptus/latest release Git Tags to use here
    curl -L https://raw.githubusercontent.com/edx/configuration/$OPENEDX_RELEASE/vagrant/release/fullstack/Vagrantfile > Vagrantfile
    vagrant plugin install vagrant-hostsupdater
    vagrant up

...