Helpful commands in Open edX (devstack)
Change access permission of pem file
sudo chmod 400 my_private_key.pem
SSH into your server
ssh -i my_private_key.pem ubuntu@<ip_of_your_server>
Set the OPENEDX_RELEASE variable
# For native installation
export OPENEDX_RELEASE=open-release/maple....
yagnesh07.hashnode.dev5 min read