- Webserver with PHP
- Database Server (MySQL)
- Upload / Copy all the Files exept the .gitignore, Notebooks.sql and README.md to your Webserver
- Create a new Database on the Database Server and then Apply the "Notebooks.sql" file.
- Create a ".env" file next to the "index.php" with these variables:
- DB_HOST => Database IP or Hostname
- DB_USERNAME => The Username of the Database User
- DB_PASSWORD => The Password of the Database User
- DB_DATABASE => The Database Name
- DB_PORT => The Database Port, if not changed enter => "3306"