• Warning! This information may now be out of date. Installing from scratch is the recommended method. If you encounter issues feel free to email us at info@codalab.org, or create an issue.
  • 1. First get familiar with AWS (if you are not familiar):
  • 2. Run the following AMI: codalab-instance-clear
  • 3. Configure your machine for web access
  • Opening ports 80 and 443 to allow access using browser
  • Select your machine from your "Instances" menu in the EC2 dashboard, and click the security group 'launch-wizard-XX':
  • Right-click on 'launch-wizard-XX', and select 'edit inbound rules':
  • Click 'Add rule' and select HTTP. Then also add similarly an HTTPS rule. Save.
  • Editing .env file
  • WARNING: Running a server via HTTP is unsafe. To run HTTPS, you need to enable SSL.
  • Enabling SSL
  • YOU ARE NOT DONE!