Installation von Drupal auf Ubuntu

Vorgehensweise

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

Nächste Schritte

  1. Update von Drupal
  2. Clean URLs in Drupal
  3. Konfiguration von Drupal

Siehe auch

Klassifikation