-
Notifications
You must be signed in to change notification settings - Fork 1
Installation
davidheyman edited this page Oct 27, 2014
·
15 revisions
Launch a new instance of the rio-beta - ami-abc6849b instance
Select m3.large as the instance type
Choose a security group with the following ports open:
Port | Service |
---|---|
22 | SSH |
3000 | Node DB services |
5432 | Postgres DB |
8000 | Tile service |
9000 | Raster service |
Select an existing or new keypair
Setup your DNS to point to the Public IP address shown in the management console
Login to the server using:
ssh -i <yourkey.pem> ec2-user@<yourdns.com>
Update the OS software:
sudo yum update