medillcmip / Radregator

A Context Management System
GNU General Public License v3.0
7 stars 1 forks source link

Sourcerer should be able to be deployed to Amazon EC2 #156

Open ghing opened 13 years ago

ghing commented 13 years ago

Geoff and Shane should be able to deploy Sourcerer to an EC2 instance using fabric.

ghing commented 13 years ago

I've already started implementing this. So far I've created an EC2 instance, an EBS volume for persistent storage and installed Postgres and configured persistent storage.

I've started documenting my configuration at https://github.com/medillcmip/Radregator/wiki/Deploying-Sourcerer-to-EC2

I've created a branch called issue156-ec_deploy to use as a way to host deployment files for the instance in a way that's consistent with how we were using fabric to deploy onto webfaction.

Eventually I should implement the entire EC2 deploy process in Fabric, but for now I just want to get this up and running with some documentation.