Installation Page
45
Installation.md
Normal file
45
Installation.md
Normal file
@@ -0,0 +1,45 @@
|
||||
This guide assume you have Python 2.6 or 2.7 installed already. Python 3.x is not supported.
|
||||
|
||||
## Windows
|
||||
1. Download PlexPy from GitHub: https://github.com/drzoidberg33/plexpy/zipball/master
|
||||
2. Extract the ZIP file.
|
||||
3. Double click `PlexPy.py`.
|
||||
4. PlexPy will be loaded in your browser or listening @ http://localhost:8181.
|
||||
5. Create a shortcut to `PlexPy.py` and copy that to your startup folder (`C:\Documents and Settings\<Username>\Start Menu\Programs\Startup`) to startup PlexPy when Windows starts.
|
||||
|
||||
## Linux
|
||||
PlexPy will be installed to `/opt/plexpy`.
|
||||
|
||||
* Open a terminal
|
||||
* Install Git
|
||||
* Ubuntu/Debian: `sudo apt-get install git-core`
|
||||
* Fedora: `sudo yum install git`
|
||||
* Type: `cd /opt`.
|
||||
* Type: `git clone https://github.com/drzoidberg33/plexpy.git`
|
||||
* Type: `cd plexpy`
|
||||
* Type: `python 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`
|
||||
|
||||
* Method 1 (easy):
|
||||
* Download PlexPy from GitHub: https://github.com/drzoidberg33/plexpy/zipball/master
|
||||
* Extract the zip to `/Applications/PlexPy`. Make sure you extract the files directly in the root.
|
||||
* Open a terminal
|
||||
* Type: `cd /Applications/PlexPy`
|
||||
* Method 2 (preferred):
|
||||
* Open a terminal
|
||||
* Install Git. This can be done via `xcode-select --install`
|
||||
* Type: `mkdir /Applications/PlexPy`
|
||||
* Type: `cd /Applications/PlexPy`
|
||||
* Type: `git clone https://github.com/drzoidberg33/plexpy.git PlexPy`
|
||||
* Type: `python 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]]
|
||||
|
||||
## Synology NAS
|
||||
1. Add the [SynoCommunity package repository](https://synocommunity.com/)
|
||||
2. Download and install PlexPy from the package center
|
||||
3. PlexPy can be accessed at `http://ipadress_synology:8181`
|
Reference in New Issue
Block a user