[Capistrano] Re: Setting up Cap for non-rails site

2006-11-13 Thread Geoffrey Grosenbach
On Nov 14, 2006, at 7:38 AM, Jon Garvin wrote: Does anybody know of a nice quick start guide for setting up Capistrano to 'deploy' just a couple simple directories of plain html files and images? I wrote a simple guide here that I used with Perl:

[Capistrano] Re: where's the code for --apply-to ?

2006-11-13 Thread Jamis Buck
Jeroen, deploy_with_migrations assumes the pre-existence of the database in question. If the database is there, the migration should proceed, starting with migration #1, but note that for established applications, that's not generally recommended. Some earlier migrations might depend on