Hi, I cloned a Drupal project using git clone the url from our development server. I want to run it on my quickstart environment. Normally you will put it, in your var/www folder. I can see that Drupal project created with quickstart drush command is located in home/quickstart/websites. So my question is, what is best practice when you want to run a drupal project, that is not created in quickstart, in your quickstart environment?

Comments

mgifford’s picture

I wouldn't have thought that the location would matter but see the logs are in /home/quickstart/websites/logs/

Could be that it's just easier to have them all in one place, but I generally like to put the sites off of home.

Very impressive though!

MichaelCole’s picture

Status: Active » Closed (fixed)

Hi Baudits,

Yes, the websites folder is just a place to keep them all together. You can change this to anywhere you like in the apache config files.

Mike