public
Fork of planetargon/boxcar-conductor
Description: Plugin for Rails to enhance the deployment process to RailsBoxcar.com instances
Homepage: http://railsboxcar.com/
Clone URL: git://github.com/robbyrussell/boxcar-conductor.git
Adding app_shared_dir/log to cap boxcar:config task
robbyrussell (author)
Mon Jun 16 21:18:14 -0700 2008
commit  25e3e2ccae51601a763596845bf72f193fea7b3f
tree    5bad5b08408d82382503234807c8e580f4753297
parent  83e929327642f8f354d6ae983a13eff1d0ab4b9a
...
104
105
106
107
108
 
 
109
110
111
...
104
105
106
 
 
107
108
109
110
111
0
@@ -104,8 +104,8 @@ namespace :boxcar do
0
   
0
   desc 'Configure your Boxcar environment'
0
   task :config do
0
- run "mkdir -p #{home}/etc #{home}/log #{home}/sites #{app_shared_dir}/config"
0
- run "mkdir -p #{app_shared_dir}/config"
0
+ run "mkdir -p #{home}/etc #{home}/log #{home}/sites"
0
+ run "mkdir -p #{app_shared_dir}/config #{app_shared_dir}/log"
0
     database.configure
0
     mongrel.cluster.generate
0
   end

Comments

    No one has commented yet.