Skip to content
This repository was archived by the owner on Aug 1, 2024. It is now read-only.

Releases: openedx-unsupported/devstack

Alpha #5

Alpha #5 Pre-release
Pre-release

Choose a tag to compare

@clintonb clintonb released this 23 Mar 22:25
  • 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

Alpha #4 Pre-release
Pre-release

Choose a tag to compare

@clintonb clintonb released this 16 Mar 04:02

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

Alpha #3 Pre-release
Pre-release

Choose a tag to compare

@clintonb clintonb released this 08 Mar 18:42

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

Alpha #2 Pre-release
Pre-release

Choose a tag to compare

@clintonb clintonb released this 25 Jan 06:52
  • Numerous README updates
  • Now provisioning demo course and users for edxapp

Alpha #1

Alpha #1 Pre-release
Pre-release

Choose a tag to compare

@clintonb clintonb released this 25 Jan 06:50

Initial release for internal alpha testing