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
Comment #1
mgiffordI 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!
Comment #2
MichaelCole commentedHi 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