vlead / vlabs-openedx-platform

Other
1 stars 0 forks source link

Import 90 labs on Openedx platform #23

Open kraghupathi opened 6 years ago

kraghupathi commented 6 years ago

Import 90 courses on new Openedx platform.

kraghupathi commented 6 years ago

Followed below steps to setup openedx platform on vagrant box.

  1. Created new edx vagrant box on local machine.
  2. Installed following packages to restore mongo and mysql databases on edx platform

sudo apt-get update && sudo apt-get install -y emacs

  1. Download mongo and mysql database backup file from file-server.
  2. Cloned vlabs-openedx-platform repo.
  3. Ran the below script.

cd vlabs-openedx-platform make cd build/code/scripts ./restore-same-version openedx-ginkgo-with-90-courses-18-01-2018.tar

kraghupathi commented 6 years ago

Importing courses

kraghupathi commented 6 years ago