emiltin / poolparty_example

An example of using poolparty to deploy a rails app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Poolparty example.

This repo contains an example of how to use poolparty to deploy a rails app to Amazon EC2.
The stack used is: Apache2 + Passenger + Rails + SQLite

-Emil Tin
emil@tin.dk


Some things you need to do first:

- Setup an EC2 account.
- Setup AWS certificates and credentials.
- Install poolparty



Starting your cloud:

If you installed poolparty via the gem:
> cloud-start

If you installed the edge poolparty via git you need to point to the poolparty bin folder (wherever you keep it):
> ~/poolparty/bin/cloud-start



The poolparty configuration files are stored in config/poolparty/

About

An example of using poolparty to deploy a rails app


Languages

Language:Ruby 99.4%Language:JavaScript 0.6%