public
Description: Automate your wordpress deploys with capistrano and git
Homepage: http://www.jestro.com
Clone URL: git://github.com/jestro/wordpress-capistrano.git
docs
jnewland (author)
Mon Nov 24 09:01:08 -0800 2008
commit  e9d8e98cf724e9ff536c38fb1ba0d32c6c2b120d
tree    ea249afdb8961909ccd67e1bb22d90a3a213cd31
parent  4fc93d72cd009f1cd585e12e4d917f31ab574aa8
...
20
21
22
23
 
 
 
24
25
26
...
20
21
22
 
23
24
25
26
27
28
0
@@ -20,7 +20,9 @@ h2. Setup
0
 * Create a theme in @themes@
0
 * Drop your plugins in @plugins@
0
 * Update @config/wp-config.php@
0
-* Adjust the settings at the top of @config/deploy.rb@
0
+* Adjust the settings in @config/deploy.rb@
0
+* Adjust the settings in
0
+ @config/puppet.pp@
0
 * @cap deploy:setup@
0
 * @cap deploy@
0
 

Comments