forked from cpjolicoeur/slicehost
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
97 lines (65 loc) · 1.54 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
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