diff --git a/README.de.md b/README.de.md index 3482240..26a23d2 100644 --- a/README.de.md +++ b/README.de.md @@ -49,7 +49,7 @@ Folgende Webbrowser werden im Moment explizit **nicht** unterstützt. service apache2 restart ``` 3. Legen Sie eine Datenbank auf Ihrem Datenbank-Server an und importieren Sie das Datenbankschema aus `lib/sql/masterplan.sql` (z.B. über PHPmyadmin oder das Kommandozeilenwerkzeug `mysql`). -4. Kopieren Sie alle Dateien in Ihr Webserver-Wurzelverzeichnis (z.B. `/var/www/masterplan`). +4. Kopieren Sie alle Dateien des [neusten Releases](https://github.com/schorschii/masterplan/releases/latest) in Ihr Webserver-Wurzelverzeichnis (z.B. `/var/www/masterplan`). 5. Editieren Sie die MASTERPLAN-Konfigurationsdatei `conf.php`. 1. Tragen Sie Ihre Zugangsdaten zum Datenbankserver ein (befüllen Sie die Konstanten: `DB_HOST`, `DB_NAME`, `DB_USER`, `DB_PASS`). 2. *(optional)* Wenn Sie den LDAP-Sync verwenden möchten, befüllen Sie bitte die folgenden Konstanten entsprechend: `LDAP_SERVER`, `LDAP_USER`, `LDAP_DOMAIN`, `LDAP_PASS`, `LDAP_QUERY_ROOT`, `LDAP_SYNC_GROUP`. diff --git a/README.md b/README.md index 6624c0e..4818c61 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ The following web browsers are explicitly **not** supported at the moment. service apache2 restart ``` 3. Create a database on your database server and import the database schema from `lib/sql/masterplan.sql` (e.g. via PHPmyadmin or the command line tool `mysql`). -4. Copy all files to your web server root directory (e.g. `/var/www/masterplan`). +4. Copy all files from the [latest release](https://github.com/schorschii/masterplan/releases/latest) to your web server root directory (e.g. `/var/www/masterplan`). 5. Edit the MASTERPLAN configuration file `conf.php`. 1. Enter your access data for the database server (fill in the constants: `DB_HOST`, `DB_NAME`, `DB_USER`, `DB_PASS`). 2. *(optional)* If you want to use the LDAP-Sync, please fill in the following constants accordingly: `LDAP_SERVER`, `LDAP_USER`, `LDAP_DOMAIN`, `LDAP_PASS`, `LDAP_QUERY_ROOT`, `LDAP_SYNC_GROUP`.