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: 8 months ago
JSON representation
Capistrano script to setup an Ubuntu slice from slicehost and install a rails stack
- Host: GitHub
- URL: https://github.com/sandro/capify_slicehost
- Owner: sandro
- Created: 2008-12-24T08:03:24.000Z (over 17 years ago)
- Default Branch: master
- Last Pushed: 2009-01-03T17:42:20.000Z (over 17 years ago)
- Last Synced: 2025-04-06T05:47:54.967Z (about 1 year ago)
- Homepage:
- Size: 97.7 KB
- Stars: 10
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.textile
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.