public
Description: Wait and watch
Homepage: http://www.rubyonrails.org
Clone URL: git://github.com/lifo/hackfest.git
Share real edge
lifo (author)
Thu Jul 24 20:22:43 -0700 2008
commit  ee671460729c3147b9570a020204a9f9541352ac
tree    8bb82badf129495f227ce56cca92358b28ea7a09
parent  f7d8ee9d7f68febff401da445839216eb2cb36d6
...
48
49
50
 
 
51
52
53
54
55
 
56
57
58
...
48
49
50
51
52
53
54
55
56
57
58
59
60
61
0
@@ -48,10 +48,13 @@ production:
0
 EOF
0
     run "mkdir -p #{shared_path}/config"
0
     put db_config.result, "#{shared_path}/config/database.yml"
0
+
0
+ run "mkdir -p #{shared_path}/realedge"
0
   end
0
   
0
   desc "Create symlinks for shared directories and files"
0
   task :symlink do
0
     run "ln -nfs #{shared_path}/config/database.yml #{release_path}/config/database.yml"
0
+ run "ln -nfs #{shared_path}/realedge #{release_path}/vendor/realedge"
0
   end
0
 end
0
\ No newline at end of file

Comments

    No one has commented yet.