torquebox (Wiki: Tech Talk)
05.09.2012 19:29
Torquebox template to add some config to your project
rake rails:template LOCATION=`torquebox env TORQUEBOX_HOME`/share/rails/template.rb
Set the app threadsafe:
1. add this to the torquebox.rb
pool :web, :type => :shared
2. add this to config/environments/production.rb
config.threadsafe!
Torquebox management console
gem install torquebox-backstage
And deploy it
TORQUEBOX_HOME=`torquebox env TORQUEBOX_HOME` backstage deploy
Info
Wikis: 2Wiki Seiten: 6