Die Drupal Multisite-Umgebung
Submitted by floh on Sa, 2008-10-11 14:21
So soll die Multisiteumgebung später mal aussehen:
drupal/
|-- 6.x -> drupal-6.4
|-- 6.x_backup
|-- 6.x_sites
| |--all
| | |-- modules
| | `-- themes
| |-- default
| |-- example.com -> example.com.localhost
| | |-- files
| | |-- modules
| | `-- themes
| `-- example.com.localhost
| |-- files
| |-- modules
| `-- themes
`-- drupal-6.4
|-- backup -> ../6.x_backup
|-- includes
|-- misc
|-- modules
|-- profiles
|-- scripts
`-- sites -> ../6.x_sites
|-- 6.x -> drupal-6.4
|-- 6.x_backup
|-- 6.x_sites
| |--all
| | |-- modules
| | `-- themes
| |-- default
| |-- example.com -> example.com.localhost
| | |-- files
| | |-- modules
| | `-- themes
| `-- example.com.localhost
| |-- files
| |-- modules
| `-- themes
`-- drupal-6.4
|-- backup -> ../6.x_backup
|-- includes
|-- misc
|-- modules
|-- profiles
|-- scripts
`-- sites -> ../6.x_sites
Anmerkungen
Der Ordner 6.x_backup beziehungsweise der symbolische Link backup in der
Wurzel der Drupal-Installation ist drush-spezifisch.
Der Ordner 6.x_sites beziehungsweise der symbolische Link sites beinhaltet die einzelnen Sites und deren Daten.

