OpenEdx - AWS (EC2 instance)
Steps to install the openedx on aws instance for production ready
sudo apt install python3 python3-pip libyaml-devpip install "tutor[full]"sudo curl -L "https://github.com/overhangio/tutor/releases/download/v17.0.0/tutor-$(uname -s)_$(uname -m)" -o /usr/local/bin/tutorsudo chmod 0755 /usr/local/bin/tutortutor local launchLast updated