ryansb / spacehub

Space. Space. Wanna go to space.
http://supb.ro/ALIENS
GNU Affero General Public License v3.0
3 stars 0 forks source link

More support for AWS #14

Open rossdylan opened 11 years ago

rossdylan commented 11 years ago

Currently spacehub is designed to run out of openshift. However if we start trying to scale, and do work with a task queue for syncing tasks it might be prudent to switch to aws. Do we want to start adding support for deploying and configuring on aws?

rossdylan commented 11 years ago

Current status: all openshift code has been removed, switched over to specifying sqlalchemy url in the .ini files next step is to write some bootstraping code to get an aws instance up and running with the app

rossdylan commented 11 years ago

Got a simple bootstrapping script written and tested it out on a micro instance, everything seems to be working fine. once I am satisfied with the bootstrapping process I am going to work on moving our datastore over to something aws-y