-
Notifications
You must be signed in to change notification settings - Fork 129
Codalab AMI
lr292358 edited this page Oct 12, 2017
·
40 revisions
Tutorial: starting and connecting to a machine on AWS



Connect to the server, then:
cd src
cd codalab-competitions
ls -laThe .env file contains Codalab configuration.
Click your instance and copy the address 'Public DNS (IPv4)' You need to edit the .env file, go to the CODALAB_SITE_DOMAIN field and put your DNS, e.g.:
CODALAB_SITE_DOMAIN=ec2-54-153-46-119.us-west-1.compute.amazonaws.comSave the file and exit.
Then run
docker-compose up -deach time you edit .env file to restart the services.
You should be now able to access the codalab website at your DNS, e.g.: http://ec2-54-193-41-242.us-west-1.compute.amazonaws.com