Installation von Drupal auf Ubuntu
Vorgehensweise
- Ubuntu-Version: 9.10
- Drupal6 (v6.12, aktuell ist v6.17, somit ist später ein Upgrade notwendig, siehe Update von Drupal) via Paketverwaltung einspielen
- Passwort für MySQL "root" user (das ist der database administrative user): xxx (darf man neu wählen)
- DB-Konfiguration mittels dbconfig-common: y
- Datenbank auswählen: mysql
- database administrative user: erster Ubuntu-User
- MySQL-application password: blank (System wählt dann ein Zufallspasswort)
- Installiert wird in die Drupal-Verzeichnisse auf Ubuntu
- http://localhost/drupal6/install.php aufrufen (http://localhost/drupal6/ liefert zu diesem Zeitpunkt noch Fehler)
- weitere Installation via Weboberfläche: http://localhost/drupal6/install.php
- Install Drupal in English
- sitename: localhost
- site email: normale Email
- Administrator account: erster Ubuntu-User, Email: normale Email
- Clean URLs: no (später dann: Clean URLs in Drupal)
- aufrufen via http://localhost/drupal6/ (noch ohne clean URLs)
Nächste Schritte
Siehe auch
Klassifikation
• Drupal • Installation