I only read the original post and then kind of just glanced through the rest.
I think articles.slicehost.com has got the best articles in getting a slice up and running with everything u need for a Rails app. Ive gone through the process twice and it took me no more than 2/3 hours. You would love this blog post though. Just one beautiful Cap file that sets up your whole slice. Run it, sit back, sip coffee and wallow in delight. http://www.viget.com/extend/building-an-environment-from-scratch-with-capistrano-2/ On Aug 12, 10:41 am, Philip Hallstrom <[email protected]> wrote: > > 1) How do I add plugins into github? > > There's several ways... you can do it directly... I find a tool called > 'braid' to be very handy. > > > 2) How do I populate my production database? > > Depends... if you're starting from scratch you could try: > > cap deploy:migrate > > Otherwise do it manually, but if you can get things setup so that 'cap > deploy:migrations' works you'll find life much easier as you make > changes down the road. > > > 3) What do I do with capistrano and passenger when I update something > > on my development side. Is it that I update on my side, push to > > github > > and then run cap deploy:update? > > Don't run deploy:update. Just run 'deploy' or 'deploy:migrations' (if > you have migrations that need running). There's more to it than just > updating the code. Capistrano will keep a backup of the old revision > so you can easily revert (deploy:rollback) and will (or can) restart > your web server, etc. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---

