- Git clone this repository
- Run
DB_DATABASE=tpu DB_USER=tpu DB_PASSWORD=REPLACE_ME DB_ROOT_PASSWORD=REPLACE_ME docker-compose up -d
- Go through the TPU Setup Wizard on http://localhost:34582
- You must change the MariaDB server hostname to
mariadb
and the redis hostname toredis
in the setup wizard. (seen below): - Setup NGINX using the example
nginx.conf
. There's more detailed instructions about the TPU/NGINX setup on the main repository.