From a8d6dcac66eb8c290f21558b78c7f3657a6fdd55 Mon Sep 17 00:00:00 2001 From: drzoidberg33 Date: Sun, 22 Feb 2015 18:59:57 +0200 Subject: [PATCH] Installation Page --- Installation.md | 45 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 Installation.md diff --git a/Installation.md b/Installation.md new file mode 100644 index 0000000..d3d2b45 --- /dev/null +++ b/Installation.md @@ -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\\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` \ No newline at end of file