Getting a Ruby on Rails app running on a fresh Ubuntu server
Shamelessley copy/pasted this from Centostrano README… thought this would be a good reference next time I setup a slicehost slice.
export HOSTS=<target.host.name> # Install Rails stack cap deprec:rails:install_rails_stack # Install mysql (if it's running on the same box) cap deprec:mysql:install cap deprec:mysql:config_gen cap deprec:mysql:config # Install your Rails app cap deploy:setup cap deploy cap deprec:db:create cap deprec:db:migrate cap deprec:nginx:restart cap deprec:mongrel:restart
No related posts.
Related posts brought to you by Yet Another Related Posts Plugin.





