You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.