scripts/webapp.rb in standup-0.5.4 vs scripts/webapp.rb in standup-0.5.5
- old
+ new
@@ -37,9 +37,10 @@
install_gems
bootstrap_db if params.bootstrap_db
+ #TODO replace rvm ruby with wrapper!!!
with_processed_file script_file('webapp.conf') do |file|
scripts.passenger.add_server_conf file, "#{params.name}.conf"
end
end