On Oct 26, 2006, at 9:57 AM, Jamis Buck wrote: > Anybody else here used capistrano with Dreamhost? This could very > well be some quirk of the dreamhost environment.
Dreamhost creates an actual current/public directory when you configure Apache to use that as the document root. So, you must delete that directory, then do your first deploy. Otherwise, the symlink to releases will be created inside that current directory. Or, do your first deploy, then configure Apache via their web-based admin. -- Geoff --~--~---------~--~----~------------~-------~--~----~ To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/capistrano -~----------~----~----~----~------~----~------~--~---
