Versions Compared

Key

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


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:

    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 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

Fullstack is only available for Ginkgo and earlier.  Hawthorn no longer provides Fullstack.  Use a native installation instead.

Pre-Requisites and Installation

Follow the instructions at https://edx.readthedocs.io/projects/edx-installing-configuring-and-running/en/open-release-ginkgo.master/installation/fullstack/index.html

Once Fullstack is Running

Default username/password: vagrant/vagrant

...