Skip to content

Instantly share code, notes, and snippets.

@LinuxlinkedBD
Created March 3, 2021 07:48
Show Gist options
  • Save LinuxlinkedBD/82c2ca1a7ebf78f0507cc7061132b643 to your computer and use it in GitHub Desktop.
Save LinuxlinkedBD/82c2ca1a7ebf78f0507cc7061132b643 to your computer and use it in GitHub Desktop.
OpenedX installation with docker
If you need complete Open edX installation, ping me on below contacts:
Telegram: linuxlinked
email: [email protected]
WhatsApp: +8801720903155
Skype:live:.cid.c0dc316b9d727d5e
YouTube: https://youtu.be/Y-lCniGOqRQ
########################################################################################################################################
sudo apt-get update -y
sudo apt-get upgrade -y
sudo apt install apt-transport-https ca-certificates curl software-properties-common
apt-cache policy docker-ce
sudo systemctl status docker
docker info
sudo apt -f install
sudo apt autoremove
sudo apt -y autoclean
sudo apt -y clean
sudo apt update
sudo apt-get upgrade
curl -L https://github.com/docker/compose/releases/download/1.16.1/docker-compose-`uname -s`-`uname -m` > /usr/local/bin/docker-compose
# Check your environment with:
make info
#You should now be able to view the web applications:
http://localhost:8073
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment