augustash / capistrano-ash

August Ash recipes for Capistrano
http://augustash.com
MIT License
73 stars 12 forks source link

remove symlink for staging server for shared Drupal set-up #19

Open americkson opened 12 years ago

americkson commented 12 years ago

Drupal sites do not need to have the "sites/www.domain.com" directory renamed for the staging server. Currently it looks like this is automatically done in the ash/drupal_shared_hosting file when you define 'set :multisites'. Ideally this functionality would just add a line to the "sites/sites.php" file that would point the staging url to the "sites/www.domain.com" folder. Below is an example of the line that would need to be added:

$sites['aai.server.aaidev.net'] = 'domain.com';

See Adam Erickson with questions.

grafikchaos commented 12 years ago

That seems doable. Just need to research if that sites.php file is Drupal 6 compatible or only works in Drupal 7+ (or we'll just create a new Drupal 6 recipe that uses the existing multi-sites and the main Drupal recipe will reflect Drupal 7+ moving forward).

grafikchaos commented 12 years ago

I think this is the same issue as #17