Changeset 1297 for branches/locker-dev/locker/deploy/bin
- Timestamp:
- Aug 16, 2009, 4:52:26 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/locker-dev/locker/deploy/bin/rails
r1295 r1297 79 79 # ErrorDocument 500 /500.html 80 80 81 ErrorDocument 500 "<h2>Application error</h2>Rails application failed to start properly"82 83 81 RewriteBase /$addrend/public/ 84 82 EOF … … 106 104 untie @railsdb; 107 105 106 tie my @railswelcome, 'Tie::File', 'public/index.html'; 107 for (@railswelcome) { 108 s/Create your database/Sync your database/; 109 s/to create your database\..*/to create tables in your database.<\/p>/; 110 } 111 untie @railswelcome; 112 113 print "Your application is located in:\n"; 114 print " /mit/$USER/web_scripts/$addrend/\n"; 115 print "To run programs like rake or script/generate, run\n"; 116 print " 'ssh -k $USER\@scripts' and cd to the above directory.\n\n"; 117 press_enter; 118 108 119 exit 0;
Note: See TracChangeset
for help on using the changeset viewer.