capserverext 0.0.3 → 0.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/History.txt +4 -0
- data/lib/cap_server_ext.rb +1 -1
- data/lib/capserverext/recipes.rb +2 -2
- metadata +1 -1
data/History.txt
CHANGED
data/lib/cap_server_ext.rb
CHANGED
data/lib/capserverext/recipes.rb
CHANGED
|
@@ -203,7 +203,7 @@ Capistrano.configuration(:must_exist).load do
|
|
|
203
203
|
setup_paths
|
|
204
204
|
setup_app
|
|
205
205
|
setup_symlinks
|
|
206
|
-
|
|
206
|
+
setup_db
|
|
207
207
|
end
|
|
208
208
|
|
|
209
209
|
desc "setup and configure servers for apache and postgres"
|
|
@@ -221,7 +221,7 @@ Capistrano.configuration(:must_exist).load do
|
|
|
221
221
|
setup_paths
|
|
222
222
|
setup_app
|
|
223
223
|
setup_symlinks
|
|
224
|
-
|
|
224
|
+
setup_db
|
|
225
225
|
end
|
|
226
226
|
|
|
227
227
|
desc "Setup nginx web server."
|
metadata
CHANGED
|
@@ -3,7 +3,7 @@ rubygems_version: 0.9.0
|
|
|
3
3
|
specification_version: 1
|
|
4
4
|
name: capserverext
|
|
5
5
|
version: !ruby/object:Gem::Version
|
|
6
|
-
version: 0.0.
|
|
6
|
+
version: 0.0.4
|
|
7
7
|
date: 2007-04-18 00:00:00 +02:00
|
|
8
8
|
summary: Easily setup postgresql & nginx (http://sysoev.ru/nginx/) on ubuntu hosts.
|
|
9
9
|
require_paths:
|