Versions Compared

Key

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

...

Code Block
languagebash
export OPENEDX_RELEASE=you/test/zebrawood.1rc1.1
git clone https://github.com/edx/configuration.git
cd configuration
git pull; git checkout $OPENEDX_RELEASE
python -m virtualenv venv
. venv/bin/activate
make requirements
cd vagrant/base/fullstack     # or devstack
vagrant up

...