Created
September 5, 2020 05:09
-
-
Save wasimosmanhome/208da6c37899b4a5279606122f1b5799 to your computer and use it in GitHub Desktop.
plex_tautulli.sh
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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