Skip to content
This repository has been archived by the owner on Apr 30, 2021. It is now read-only.

appsembler/openedx-azure-fullstack

Repository files navigation

Open edX Fullstack on Azure

This is an Azure template to create an Ubuntu VM and provision the Open edX fullstack. Open edX fullstack is a single server configuration of all applications

You can learn more about Open edX and fullstack here:

This template will complete quickly, but the full Open edX install usually takes > 1 hour. To follow along with the progress, ssh into the VM and tail -f /var/log/azure/openedx-fullstack-install.log

Getting started with Open edX fullstack

After the install has successfully completed, Supervisor will automatically start LMS (the student facing site) on port 80 and Studio (the course authoing site) on port 18010. Both ports have already been made accessible, so you can simply visit them by opening a browser and navigating to:

Customizing Open edX fullstack

Many Open edX features can be configured by creating and/or editing the file in /edx/app/edx_ansible/server-vars.yml.

After you have added your customizations, save your file, then run:

/edx/bin/update edx-platform YOUR_EDX_PLATFORMS_BRANCH_NAME

A sample server-vars.yml file has been added to this repo to change the site's title to: "Open edX on Azure."

Customizing Open edX's design

A method for changing the design of Open edX without forking the entire edx-platform repo has been developed by Stanford. You can read more about configuring an Open edX theme and can find the edx-theme repo.

For more info, check the Open edX Github Wiki on managing fullstack

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages