Changes between Version 6 and Version 7 of faq/drupal/add-site


Ignore:
Timestamp:
Aug 5, 2009, 4:30:46 PM (15 years ago)
Author:
Jamie McClelland
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • faq/drupal/add-site

    v6 v7  
    1111 * [wiki:sftp ssh or sftp] to your site. In your /home/members/YOURMEMBERNAME/sites/YOURDOMAINNAME/web/sites directory, create a new directory with the same name as your subdomain, so, for example, if you want to build "dev.yourdomain.com", you should create a directory called "dev.yourdomain.com".
    1212
    13  * Copy the default settings.php file from the core installation. You can do that by first changing into the directory you created in the step above. Then execute:
     13 * Copy the default settings.php file from the core installation. You can do that by first changing into the directory you created in the step above. Then execute the following command (change drupal-6 to the version of drupal you are using):
    1414
    1515{{{
    16 cp /usr/local/share/drupal-5/sites/default/settings.php .
     16cp /usr/local/share/drupal-6/sites/default/default.settings.php .
    1717chmod 600 settings.php
    1818}}}