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 6 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.5.3
  • Download the Vagrantfile and create the Vagrant instance:

    mkdir fullstack
    cd fullstack
    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
    curl -L https://raw.githubusercontent.com/edx/configuration/$OPENEDX_RELEASE/vagrant/release/fullstack/Vagrantfile > 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