Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
schorschii committed Nov 13, 2021
1 parent ac82864 commit 2be9007
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.de.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
Expand Down

0 comments on commit 2be9007

Please sign in to comment.