sorry Jamis, only just saw your post - didn't follow me to my inbox.. Thanks anyways, I'm looking to write a little recipe that sets up a new instance of your rails app and database on your development/staging/productions servers. I'm also looking to generate apache vhost configs with this recipe. It should be failrly simple, a macro of existing tasks, but I'll post my results here anyway once I'm done.
One thing I already encountered was setting up the database. I won't try to automate the database creation (well.. maybe) but I want to at least load the schema in the database. I thought this would be as easy as doing a deploy_with_migrations on an empty database. But the schema doesn't get imported that way, so I need to do a rake db:schema:import. Seems weird though, should deploy_with_migrations work? Jeroen --~--~---------~--~----~------------~-------~--~----~ To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/capistrano -~----------~----~----~----~------~----~------~--~---
