Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
americkson opened this issue Feb 28, 2012 · 2 comments
Open

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

americkson opened this issue Feb 28, 2012 · 2 comments

Comments

@americkson
Copy link

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
Copy link
Member

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
Copy link
Member

I think this is the same issue as #17

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants