Skip to content

Instantly share code, notes, and snippets.

@wasimosmanhome
Created September 5, 2020 05:09
Show Gist options
  • Save wasimosmanhome/208da6c37899b4a5279606122f1b5799 to your computer and use it in GitHub Desktop.
Save wasimosmanhome/208da6c37899b4a5279606122f1b5799 to your computer and use it in GitHub Desktop.
plex_tautulli.sh
sudo apt-get install git-core python3.7
cd /opt
sudo git clone https://github.com/Tautulli/Tautulli.git
sudo addgroup tautulli && sudo adduser --system --no-create-home tautulli --ingroup tautulli
sudo chown -R tautulli:tautulli /opt/Tautulli
sudo cp /opt/Tautulli/init-scripts/init.systemd /lib/systemd/system/tautulli.service
sudo systemctl daemon-reload && sudo systemctl enable tautulli.service
sudo systemctl start tautulli.service
# http://192.168.2.30:8181
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment