Edx Devstack Versions Save

Get up and running quickly to develop or extend Open edX services

alpha.5

7 years ago
  • New make target, pull-images, offers a simple method of updating all images
  • Catalog Service provisioning now refreshes metdata and updates the search index
  • README updates

alpha.4

7 years ago

This release includes configuration for Docker Sync macOS users. Our tests have shown a significant improvement in performance when using Docker Sync (with rsync) compared to using host volumes. The complete results are available at https://openedx.atlassian.net/wiki/display/ENG/Docker+Sync.

The README for this repository contains the details of setting up Docker Sync. This is only necessary for macOS users.

alpha.3

7 years ago

Major Changes

  • MongoDB upgraded to 3.0
  • Programs Service removed
  • E-Commerce site/tenant setup during provisioning

MongoDB Upgrade Steps While there are methods of dumping data from Mongo 2.6 and importing it into Mongo 3.0, our limited use of this version of devstack makes the conversion unnecessarily complicated. The steps below will permanently remove the Mongo data volume, create a new one, and re-provision Mongo.

# Destroy all containers
make devstack.reset

# Remove the Mongo data volume
docker volume rm devstack_mongo_data

# Re-create the demo course
make devstack.provision

alpha.2

7 years ago
  • Numerous README updates
  • Now provisioning demo course and users for edxapp

alpha.1

7 years ago

Initial release for internal alpha testing