vlead / vlabs-openedx-platform

Other
1 stars 0 forks source link

Deploy OpenedX platform to production using ADS service #31

Closed sivashankerN closed 6 years ago

sivashankerN commented 6 years ago

Deploy OpenedX platform to production using ADS service

sivashankerN commented 6 years ago

Deployed OpenedX platform using ADS. Successfully deployed but Instance type is t2.small which is not enough for edx platform. need to change intance type to bigger one

sivashankerN commented 6 years ago

Variables to be modified in both the files /edx/app/edxapp/lms.env.json and /edx/app/edxapp/cms.env.json

"SITE_NAME": "openedx.vlabs.ac.in" "PLATFORM_NAME": "Virtual Labs" "DEFAULT_FROM_EMAIL": "registration@vlabs.ac.in"

sivashankerN commented 6 years ago

Deployed OpenedX platform using ADS after changing the Intance type to m3.large

Made changes in OVPL code, file path ovpl/config/adapters/aws_config.py

supported_amis section {'os': 'UBUNTU', 'version': '16.04', 'id': 'ami-a6f4ebdc'},

available_instance_types section {'ram': 8192, 'instance_type': 'm3.large'}

ksripathi commented 6 years ago

commit it : 6684df71c018a5bc8b0cd94c3b0bb0952f58febb

ksripathi commented 6 years ago

Deployed Openedx platform and Vlabs landing pages using ADS and tested couple of labs whether feedback, usage and other things are working as intend or not

Openedx platform : http://test-openedx.vlabs.ac.in vlabs landing pages: http://beta.base1.vlabs.ac.in