Skip to content

Installation

davidheyman edited this page Oct 27, 2014 · 15 revisions

EC2 Setup

Launch a new instance of the rio-beta - ami-abc6849b instance

Select m3.large as the instance type

Security

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

DNS and Basic Configuration

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
Clone this wiki locally