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

Using existing site name generates same drush alias thus ruin that doc root #100

Open
clemens-tolboom opened this issue Mar 1, 2016 · 4 comments

Comments

@clemens-tolboom
Copy link
Contributor

Not sure what I was doing (doh) I used my scratch drupal.d8 site which is completely replaced by a D7.41 site.

My guess this is due to drush make using my own drush alias which contains the doc root path too.

As I learned about this generator today I will retry using the defaults :p

@clemens-tolboom
Copy link
Contributor Author

Ok the warning is printed somewhere after

Drupal install
install: line 15: cd: install: Not a directory


  Install Xss                                                    

  > This will delete the database, contrib code and files.       
  > This will recreate the environment                           
    (download Drupal + contrib modules & themes).                
  > This will install the xss profile.                           

  • Demo content will be loaded into the platform.               
  • A browser tab will open and log you in as Administrator.     

but that is not escapable.

@amitaibu
Copy link
Member

amitaibu commented Mar 1, 2016

If you want to skip the install all together you can yo hedley --skip-install - is that what you are looking for?

@clemens-tolboom
Copy link
Contributor Author

I was just testing and willing to offer my drupal.d8 database but giving the url drupal.d8 the generator picked up that drupal.d8 docroot while it also generates it's own www/

So I guess a bug but have to experiment more.

One question regarding the URL setting ... I somehow guess some vhost settings should be done beforehand or default behavior is expected?!?

@amitaibu
Copy link
Member

amitaibu commented Mar 2, 2016

One question regarding the URL setting ... I somehow guess some vhost settings should be done beforehand or default behavior is expected?!?

I personally work on my local without vhost per site, so all my sites end up in http://localhost/site1/www, http://localhost/site2/www etc'

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