Skip to content
zzolo edited this page Aug 9, 2011 · 2 revisions

CBU is geared towards being deployed on AWS. Hopefully this will be abstracted so it is less tied to these services.

S3 Storage

You should create an S3 bucket so uploaded files have a solid place to be stored and served from.

  • Configuration options?

EC2 Image

Though probably any Ubuntu image will be adequate, it is suggested to use the Alestic image "Ubuntu 10.04 LTS Lucid EBS boot 64-bit instance (ami-63be790a)".

Security group

Create a new security group. It should have the following open:

  • SSH
  • HTTP
  • HTTPS

Installation

  • See Installation Instructions (Ubuntu).
  • Note that the Alestic image uses the user name ubuntu for general access.
  • Also note that currently this code is private, and you will have to setup the user to have access to the code base that is associated with a specific account.

Run as Service