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 19 Next »

Open edX is a large complex system.  We've tried to simplify the installation by providing a small number of options, prepackaged to varying degrees. Before installing Open edX, you have two decisions to make:

  1. Version: What version of the code do you want?  
  2. Method: How do you want to install it?

1. Choose a version

There are two possibilities for the version to install:

  • Master is the latest version of the code, newer even than what is running on edx.org.
  • A Release is a version of the code marked and tested for wide use.

You should choose master only if you will be modifying the code and contributing it back, or if you need a feature or fix that is newer than the latest Open edX release.  If you aren't planning to contribute back changes, and you don't need the absolute latest features, use the latest Open edX release.  Details of the releases are at Open edX Releases.

2. Choose an installation method

Which method you choose depends on what you'll be doing with your installation:

  • If you will be modifying code, use Devstack for running and testing your code.
  • If you will be running a production installation, use Native, Manual, or Bitnami.
  • If you want a production-like installation for testing, use Fullstack or Native.

Except for Bitnami, all of them require some foundational skills:

  • Comfort with your chosen operating system
  • Using the command line to perform tasks
  • Some ability to diagnose and solve problems with system software

The installation methods are:

  • Devstack: a Vagrant installation that is useful if you want to modify the Open edX code. Details are on the Running Devstack page.
  • Fullstack: a Vagrant installation that mimics a production environment. Details are on the Running Fullstack page.
  • Native: Automated installation on an Ubuntu machine of your own. Details are on the Native Open edX Ubuntu 12.04 64 bit Installation page.
  • Manual: you are on your own, using our scripts as a guide. Read the Native instructions to find the scripts to study.
  • Bitnami: installable pre-packaged images for popular cloud platforms. Details are at the Bitnami Open edX page.

Other information:

  • No labels