Skip to content

Deploying on AWS with Apache!

Michael Wheeler edited this page Nov 17, 2017 · 1 revision

First, create an AWS compute node using either EC2 or LightSail. Set the OS to Ubuntu with no pre-installs, and connect a static IP. Then configure firewall or security permissions to allow Ports 80, 22, and 443.

Then install RMG-Py using Conda on the compute node. For more information on how to do that, please consult Krishna or the RMg-Py website.

Ensure that your PythonPath points to RMG-Py, and make sure Django is installed. After that, source activate rmg_env. Then install Apache2 and run sudo apache2ctl start.

#TODO -- mod-wsgi installation?