This project is an temporary solution to simplify the maintenance of the database.
Feel free to open pull requests.
- Copy the complete SQL data dumps into
data/*.sql
. - Install all dependencies by using the latest Docker image of Composer.
docker run --rm -it -v "$(pwd):/app" composer/composer i --ignore-platform-reqs
- Use the development environment variables:
cp .env.dev .env
- Build and start all Docker container
docker compose up -d
VSCode/VSCodium with the following extensions:
- PHP Intelephense: PHP language support
- Markdown All in One: Readme TOS generation
- SQLTools: SQL client
- SQLTools MySQL/MariaDB/TiDB: MariaDB driver for the SQL client
Please take the .env.prod
as an reference and change the MARIADB_ROOT_PASSWORD
environment variable to an secure random passphrase by using:
openssl rand -base64 48
This Software is free under the terms of the GNU Affero General Public License v3 or later.