- Docker
- Clone the repo
git clone ... - Navigate to
examples/mysql/deployment - Execute
docker compose up -d - (If you want to use password reset feature) Set proper mail server settings inside constants.inc.php
- If you are intending to use Gmail:
- Enable 2FA
- Open App passwords
- Create new
- Copy generated app password into SMTP_PASSWORD variable
- Set e-email address for SMTP_EMAIL and SMTP_USERNAME
- If you are intending to use Gmail:
- Open http://localhost/ inside your browser
When finished, execute docker compose down
