Skip to content

Latest commit

 

History

History
9 lines (9 loc) · 716 Bytes

README.md

File metadata and controls

9 lines (9 loc) · 716 Bytes

TroploPrivateUploader Banner

TPU Docker Repository

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