Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sandro/capify_slicehost

Capistrano script to setup an Ubuntu slice from slicehost and install a rails stack
https://github.com/sandro/capify_slicehost

Last synced: 12 days ago
JSON representation

Capistrano script to setup an Ubuntu slice from slicehost and install a rails stack

Awesome Lists containing this project

README

        

h1. Instructions

h3. Depends on Capistrano 2+

# mv Capfile.example Capfile
# open Capfile in your favorite editor
# Edit the TODOs at the top of the file
# run cap slice:configure
# run cap slice:install:rails_stack

Thanks to "Jon Larkowski":http://blog.l4rk.com/ for refactoring the recipe to what it is today and sacrificing his slice to endless rebuilds while testing the recipe.