Skip to content

Said113/open-edx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Open edX Devstack

Devstack Installation : A Step by Step Complete Guide


This just for linux

Getting Started

Step 0:

  • sudo apt update
  • sudo apt upgrade

Step 1:

  • sudo apt install docker.io
  • sudo apt install make
  • sudo apt install git

Step 2:

  • docker info | grep -i 'storage driver' -------> the output here must be "overlay2"
  • mkdir openedx
  • cd openedx

Step 3:

Step 4:

Step 5:

  • make dev.checkout
  • make dev.clone
  • make dev.provision

Run your Open_edX (Devstack) Platform

Step 6:

  • sudo docker-compose up -------> here you must be run this command in the path where docker-compose file exist
  • sudo make dev.up -------> i recommend to use this command to Run your Platform

Access to your Open_edX (APP)

to access your CMS

to access your LMS

to access your Django ADMIN (Django Administration)

Stop your Open_edX (Devstack) Platform

Step 7:

  • sudo docker-compose down -------> here you must be run this command in the path where docker-compose file exist