Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 7 Next »

These are installation instructions for the Open edX Full Stack using a Vagrant image and Virtualbox.

  • Install VirtualBox >= 4.3.12
  • Install Vagrant 1.8.1.  Note: newer versions of Vagrant have had difficulty with our boxes.
  • Define which release you want to install: 

    export OPENEDX_RELEASE=the_tag_you_want  #  check https://openedx.atlassian.net/wiki/display/DOC/Open+edX+Releases for release Git Tags to use here
  • Download the install script, and run it. It will get the Vagrantfile and run vagrant for you: 

    curl -OL https://raw.github.com/edx/configuration/$OPENEDX_RELEASE/util/install/install_stack.sh
    bash install_stack.sh devstack $OPENEDX_RELEASE
  • If you need more control over the installation, instead of using install_stack.sh, download the Vagrantfile and create the Vagrant instance yourself:

    curl -OL https://raw.githubusercontent.com/edx/configuration/$OPENEDX_RELEASE/vagrant/release/fullstack/Vagrantfile
    vagrant plugin install vagrant-hostsupdater
    vagrant up
  • Note: The first time you create the virtual machine (VM) instance, Vagrant will download the base box, which is about 2GB. If you destroy and recreate the VM, Vagrant will re-use the box it downloaded.

Default username/password: vagrant/vagrant

Once the VM is running, you can access the LMS and Studio at these URLS:

The latest version of fullstack has the demo course pre-loaded and dummy accounts, you can log in to the website as:

  • No labels