From 2dd92dc70b0df3eacf6c31d0fb764aa8b8f616a0 Mon Sep 17 00:00:00 2001 From: JonnyWong16 <9099342+JonnyWong16@users.noreply.github.com> Date: Sun, 14 Jan 2018 23:36:56 -0800 Subject: [PATCH] Updated Install as a daemon (markdown) --- Install-as-a-daemon.md | 30 ------------------------------ 1 file changed, 30 deletions(-) diff --git a/Install-as-a-daemon.md b/Install-as-a-daemon.md index 508eb66..1488503 100644 --- a/Install-as-a-daemon.md +++ b/Install-as-a-daemon.md @@ -94,36 +94,6 @@ Optional: * Run from another directory: `sudo sysrc plexpy_dir="DIRECTORY"` -## FreeNAS (FreshPorts pkg install) -* pkg install plexpy -* pkg update && pkg upgrade -* pkg install -y plexpy - -Auto-start when the jail starts: -* sysrc plexpy_enable="YES" - -Set the user for which plexpy will run as: -* sysrc plexpy_user="root" - -If you're using FreeNAS 11.1, and you're installing into a 'warden' jail (e.g. created with the 'old' FreeNAS GUI), you'll need to install older versions of sqlite3 and py-sqlite3: - -* portsnap fetch -* portsnap extract - -* cd /usr/ports/databases/sqlite3 -* make deinstall -* make install clean ALLOW_UNSUPPORTED_SYSTEM=true - -* cd /usr/ports/databases/py-sqlite3 -* make deinstall -* make install clean ALLOW_UNSUPPORTED_SYSTEM=true - -Finally, either restart the jail via the FreeNAS GUI, or start the service manually: -* service plexpy start - -Plexpy is available at: -* http:// jail ip : 8181 - ## FreeNAS (git clone) Instructions by [Supa on the FreeNAS forums](https://forums.freenas.org/index.php?threads/how-to-install-plexpy-in-a-freenas-9-3-jail.38589/#post-234202).