| 1 | == How do I add a new Drupal site to my existing drupal installation? == |
| 2 | |
| 3 | * Create a subdomain in the [http://members.mayfirst.org Members Control Panel] in the DNS service. For "type" select "a." Enter a domain name (like new.yourdomain.org) and for the IP address, use the same IP address as your other DNS records. |
| 4 | |
| 5 | * Edit your web configuration in the [http://members.mayfirst.org Members Control Panel]. Add your new domain to the ServerAlias line. |
| 6 | |
| 7 | * [wiki:sftp ssh or sftp] to your site. In your web/sites directory, create a new directory with the same name as your subdomain. |
| 8 | |
| 9 | * 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: |
| 10 | |
| 11 | {{{ |
| 12 | cp /usr/local/share/drupal-5/sites/default/settings.php . |
| 13 | }}} |