This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Mon Mar 09 07:14:48 -0700 2009 | |
| |
MIT-LICENSE | Sun Jan 25 10:10:22 -0800 2009 | |
| |
README | Thu Mar 26 19:00:58 -0700 2009 | |
| |
lib/ | Thu Mar 26 19:00:58 -0700 2009 | |
| |
slicehost.gemspec | Thu Mar 26 19:00:58 -0700 2009 |
README
Slicehost Recipes ================= Slicehost Capistrano recipes for configuring and managing your slice. Require Capistrano >2.5.0 Setup ======= The recipes are designed to work stand alone apart from the standard set of Capistrano deploy recipes. require 'capistrano/ext/slicehost' in your deploy.rb file Slice setup recipies ==================== Commonly used setup recipies. Check the source for more. Setup ssh, iptables and aptitude cap slice:configure Setup mysql cap mysql:install Install Apache cap apache:install Install ruby 1.8 cap ruby:setup_18 Install ruby enterprise cap ruby:install_enterprise Install ruby gems cap gems:install_rubygems Install passenger cap ruby:install_passenger Upload vhost template cap apache:upload_vhost Install git cap git:install Maintenance recipies ==================== Commonly used maitenance recipies. Check the source for more. Show disk space cap disk:free Show free memory cap disk:memory Update aptitude cap aptitude:update Upgrade aptitude cap aptitude:upgrade Install package (it will ask you which) cap aptitude:install Reload SSH cap ssh:reload Install a gem (it will ask you which) cap gems:intall List gems cap gems:list Restart apache cap apache:restart Reload apache cap apache:reload Force reload apache cap apache:force_reload Contributors ============ * Oleg Zhurbiy * Thomas Balthazar * Fran DiƩguez * Stephen Lumenta * Jared Giles * John Nunemaker * Eloy Duran * Mischa Fierer * Kurt Schrader Copyright (c) 2009 Joshua Peek, released under the MIT license







