public this repo is viewable by everyone
Description: Vault
Homepage: http://peervoice.com/software/vault
Clone URL: git://github.com/ddollar/vault.git
Merge commit 'generic/master'
ddollar (author)
26 days ago
commit  24dfcc6cf94e905f722e98acff9bb4a85179e75e
tree    4fa66ff3adab5c7c1675ef3ce8acd7f23673a870
parent  e4e0c2648dd02778dd626b22dd8b8b4324fe94fb parent  33a8f3efd1cbf1eaa8600d7af407e7aad821c899
...
45
46
47
48
 
49
50
51
...
76
77
78
79
 
80
81
82
...
45
46
47
 
48
49
50
51
...
76
77
78
 
79
80
81
82
0
@@ -45,7 +45,7 @@ namespace :peervoice do
0
   
0
     desc "copy app-specific configuration files into place"
0
     task :application do
0
- run %{if [ -d #{conf_dir} ]; then cp -R #{conf_dir}/* #{current_path}/config/; fi}
0
+ run %{if [ -d #{conf_dir} ]; then cp -R #{conf_dir}/* #{release_path}/config/; fi}
0
       run %{cd #{release_path} && rake peervoice:configure:target}
0
     end
0
     
0
@@ -76,7 +76,7 @@ namespace :peervoice do
0
       sudo %{ln -sf "#{mongrel_conf}" "/etc/mongrel/#{application}.yml"}
0
       sudo %{ln -sf "#{mongrel_conf}" "/srv/conf/mongrel/#{application}.yml"}
0
       sudo %{/srv/util/mongrel-nginx/mongrel-nginx.rb "#{application}" "#{mongrel_conf}" "/srv/conf/sites/#{application}.site"}
0
- sudo %{/etc/init.d/nginx restart}
0
+ sudo %{god restart nginx}
0
     end
0
 
0
   end

Comments

    No one has commented yet.