From 8861f42521d498d5d98e64b793c0f1e0db5b2b9a Mon Sep 17 00:00:00 2001 From: Landon Abney Date: Thu, 25 Jun 2015 20:55:09 -0700 Subject: [PATCH] Add instructions for FreeBSD --- Installation.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/Installation.md b/Installation.md index 452aa78..56f42bf 100644 --- a/Installation.md +++ b/Installation.md @@ -21,6 +21,23 @@ PlexPy will be installed to `/opt/plexpy`. * PlexPy will be loaded in your browser or listening @ http://localhost:8181 * To start PlexPy on startup, refer to [[Install as a daemon]] +## FreeBSD +PlexPy will be installed to `/usr/local/share/plexpy`. + +* Open a terminal +* Install pre-requisites: +`sudo pkg install python2 databases/py-sqlite3 security/py-openssl git` +* Type: `cd /usr/local/share/` +* Type: `sudo git clone https://github.com/drzoidberg33/plexpy.git` +* Fix permissions: + * Allow all users to run: `sudo chmod 777 plexpy` + _OR_ + * Allow only a certain user to run: `sudo chown -R user:group plexpy` +* Type: `cd plexpy` +* Type: `python2 PlexPy.py` +* PlexPy will be loaded in your browser or listening @ http://localhost:8181 +* To start PlexPy on startup, refer to [[Install as a daemon]] + ## Mac OSX PlexPy will be installed to `/Applications/PlexPy`