-
Notifications
You must be signed in to change notification settings - Fork 4
Server Suite
SpootDev edited this page Dec 18, 2018
·
17 revisions
- Install Docker v18.03+ on your OS of choice. Instructions and downloads are located here.
- Download the tarball of scripts and place wherever you wish on your server.
- Untar the files
- Edit .env in editor of choice.
- Set database connection (Can use built-in or standalone PostgreSQL)
- Built-In (recommended)
- Change DBPASS to preferred password. A bunch of random junk is good and secure.
- Standalone server
- pg_trgm plugin must be enabled.
- Change DBHOST to preferred host.
- Change DBDATABASE to preferred database name.
- Change DBUSER to preferred user.
- Change DBPASS to preferred password. A bunch of random junk is good and secure.
- Built-In (recommended)
- Set database connection (Can use built-in or standalone PostgreSQL)
- If mutiple IP's on host machine, set SWARMIP to preferred IP to bind to.
- Continue via installed OS of choice below.
- If you want the clients to report the country they are in
- Unblock geoip-db.com (pi-hole has it blocked)
- Run ./mediakraken_update.sh which will download all the latest Docker containers and will then start the application suite.