Updated Installation (markdown)
@@ -37,9 +37,9 @@ PlexPy will be installed to `/opt/plexpy`.
|
||||
* Type: `cd /opt`
|
||||
* Type: `git clone https://github.com/JonnyWong16/plexpy.git`
|
||||
* Type: `cd plexpy`
|
||||
* Type: `python PlexPy.py` specify python version if running Ubuntu `python2.7 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]] 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`
|
||||
* Type: `python PlexPy.py`
|
||||
* PlexPy will be loaded in your browser or listening on http://localhost:8181
|
||||
* To start PlexPy on startup, refer to [[Install as a daemon]]
|
||||
|
||||
|
||||
## 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`
|
||||
* Type: `cd plexpy`
|
||||
* 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]]
|
||||
|
||||
|
||||
@@ -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`
|
||||
* Type: `cd plexpy`
|
||||
* 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]]
|
||||
|
||||
|
||||
@@ -99,7 +99,7 @@ PlexPy will be installed to `/Applications/PlexPy`
|
||||
* Type: `git clone https://github.com/JonnyWong16/plexpy.git PlexPy`
|
||||
* Type: `cd PlexPy`
|
||||
* 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]]
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user