Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/sandro/capify_slicehost
- Owner: sandro
- Created: 2008-12-24T08:03:24.000Z (almost 16 years ago)
- Default Branch: master
- Last Pushed: 2009-01-03T17:42:20.000Z (almost 16 years ago)
- Last Synced: 2023-04-10T14:47:37.067Z (over 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_stackThanks 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.