Updated Installation (markdown)

JonnyWong16
2018-01-20 09:05:48 -08:00
parent 8de07e612f
commit 34a966d05f

@@ -37,9 +37,9 @@ PlexPy will be installed to `/opt/plexpy`.
* Type: `cd /opt` * Type: `cd /opt`
* Type: `git clone https://github.com/JonnyWong16/plexpy.git` * Type: `git clone https://github.com/JonnyWong16/plexpy.git`
* Type: `cd plexpy` * Type: `cd plexpy`
* Type: `python PlexPy.py` specify python version if running Ubuntu `python2.7 PlexPy.py` * Type: `python PlexPy.py`
* PlexPy will be loaded in your browser or listening @ http://localhost:8181 * PlexPy will be loaded in your browser or listening on http://localhost:8181
* To start PlexPy on startup, refer to [[Install as a daemon]] or use `crontab -e` if running Ubuntu and insert `@reboot python2.7 ~/plexpy/PlexPy.py` replace location of executable as needed. e.g. `/opt/plexpy` * To start PlexPy on startup, refer to [[Install as a daemon]]
## FreeBSD ## FreeBSD
@@ -58,7 +58,7 @@ PlexPy will be installed to `/usr/local/share/plexpy`.
* If using the pkg version of plexmediaserver use: `sudo chown -R plex:plex /usr/local/share/plexpy` * If using the pkg version of plexmediaserver use: `sudo chown -R plex:plex /usr/local/share/plexpy`
* Type: `cd plexpy` * Type: `cd plexpy`
* Type: `python2 PlexPy.py` * Type: `python2 PlexPy.py`
* PlexPy will be loaded in your browser or listening @ http://localhost:8181 * PlexPy will be loaded in your browser or listening on http://localhost:8181
* To start PlexPy on startup, refer to [[Install as a daemon]] * To start PlexPy on startup, refer to [[Install as a daemon]]
@@ -79,7 +79,7 @@ PlexPy will be installed to `/usr/local/share/plexpy`.
* Allow only a certain user to run: `chown -R user:group plexpy` * Allow only a certain user to run: `chown -R user:group plexpy`
* Type: `cd plexpy` * Type: `cd plexpy`
* Type: `python2 PlexPy.py` * Type: `python2 PlexPy.py`
* PlexPy will be loaded in your browser or listening @ http://localhost:8181 (http://192.168.1.xxx:8181) * PlexPy will be loaded in your browser or listening on http://localhost:8181 (http://[JAIL-IP]:8181)
* To start PlexPy on startup, refer to [[Install as a daemon]] * To start PlexPy on startup, refer to [[Install as a daemon]]
@@ -99,7 +99,7 @@ PlexPy will be installed to `/Applications/PlexPy`
* Type: `git clone https://github.com/JonnyWong16/plexpy.git PlexPy` * Type: `git clone https://github.com/JonnyWong16/plexpy.git PlexPy`
* Type: `cd PlexPy` * Type: `cd PlexPy`
* Type: `python PlexPy.py` * Type: `python PlexPy.py`
* PlexPy will be loaded in your browser or listening @ http://localhost:8181. * PlexPy will be loaded in your browser or listening on http://localhost:8181.
* To start PlexPy on startup, refer to [[Install as a daemon]] * To start PlexPy on startup, refer to [[Install as a daemon]]