====== Drupal Core Installation ====== * **Voraussetzungen** [[http://www.drupalcenter.de/handbuch/319|de]] [[http://drupal.org/requirements|en]] * 20MB, Apache oder IIS, PHP 5.2+, Datenbank (MySQL, PostgreSQL, SQLite, MariaDB) * **Servereinstellungen** * PHP: SafeMode=OFF * Lesbare URLs: etwa mod_rewrite in Apache * **Installationspaket** * Download [[http://www.drupalcenter.de/|de]] [[http://drupal.org/project/drupal|en]] * Entpacken, verschieben (lokal oder ins Web) * **Konfigurationsdatei settings.php erstellen** * /sites/default * nach Vorlage default.settings.php * **Datenbank erstellen** * etwa in MySQL mit phpMyAdmin * Benötigte Rechte: SELECT, INSERT, UPDATE, DELETE, CREATE, DROP, INDEX, ALTER ====== Installation ====== * Seitenaufruf im Browser: etwa localhost/drupal7 * Die Installations-Seiten - Chose profile: Auswahl(Standard|Minimal|...) siehe Verzeichnis /profiles/ - Choose language: nur english für Std bzw. Minimal, auch deutsch für deutschsprachig (drupalcenter) - Verify requirements: keine Eingabe, nur Überprüfung - Set up database: DB-Auswahl, Name, Benutzer, Passwort; Erweitert: host, port, prefix - Install profile: keine Eingabe, Installation aufgrund des Profils wird ausgeführt - Configure site: - Site: Name, EMail - Hauptbenutzer: Name, EMail, Passwort - ServerSettings: DefaultCountry, DefaultTimeZone - UpdateNotification: Check for updates automatically, Receive e-mail notifications - Finished: Congratulations, you installed Drupal! (Bestätigung)