Updated Installation (markdown)

JonnyWong16
2016-09-18 19:23:49 -07:00
parent 4ae7113fff
commit e7a1b909ec

@@ -5,7 +5,7 @@ This guide assume you have [Python 2.7](https://www.python.org/downloads/) insta
Very well done [video installation guide by Byte My Bits](https://youtu.be/G2m5UJqHYRs) for method 2. Very well done [video installation guide by Byte My Bits](https://youtu.be/G2m5UJqHYRs) for method 2.
* Method 1 (easy): * Method 1 (easy):
* Download PlexPy from GitHub: https://github.com/drzoidberg33/plexpy/zipball/master * Download PlexPy from GitHub: https://github.com/JonnyWong16/plexpy/zipball/master
* Extract the ZIP file. * Extract the ZIP file.
* Double click `PlexPy.py`. * Double click `PlexPy.py`.
* PlexPy will be loaded in your browser or listening @ http://localhost:8181. * PlexPy will be loaded in your browser or listening @ http://localhost:8181.
@@ -19,7 +19,7 @@ Very well done [video installation guide by Byte My Bits](https://youtu.be/G2m5U
* Complete the rest of the install with the default options. * Complete the rest of the install with the default options.
* Right click on your desktop and select "Git Gui". * Right click on your desktop and select "Git Gui".
* Select "Clone Existing Repository". * Select "Clone Existing Repository".
* In the "Source Location" enter: https://github.com/drzoidberg33/plexpy.git * In the "Source Location" enter: https://github.com/JonnyWong16/plexpy.git
* In "Target Directory" create a new folder where you want to install PlexPy to. * In "Target Directory" create a new folder where you want to install PlexPy to.
* Click "Clone". * Click "Clone".
* When it's finished a Git Gui windows will appear, just close this Window. * When it's finished a Git Gui windows will appear, just close this Window.
@@ -33,7 +33,7 @@ PlexPy will be installed to `/opt/plexpy`.
* Ubuntu/Debian: `sudo apt-get install git-core` * Ubuntu/Debian: `sudo apt-get install git-core`
* Fedora: `sudo yum install git` * Fedora: `sudo yum install git`
* Type: `cd /opt`. * Type: `cd /opt`.
* Type: `git clone https://github.com/drzoidberg33/plexpy.git` * Type: `git clone https://github.com/JonnyWong16/plexpy.git`
* 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 @ http://localhost:8181
@@ -47,7 +47,7 @@ PlexPy will be installed to `/usr/local/share/plexpy`.
* Install pre-requisites: * Install pre-requisites:
`sudo pkg install python2 databases/py-sqlite3 security/py-openssl security/ca_root_nss git` `sudo pkg install python2 databases/py-sqlite3 security/py-openssl security/ca_root_nss git`
* Type: `cd /usr/local/share/` * Type: `cd /usr/local/share/`
* Type: `sudo git clone https://github.com/drzoidberg33/plexpy.git` * Type: `sudo git clone https://github.com/JonnyWong16/plexpy.git`
* Fix permissions: * Fix permissions:
* Allow all users to run: `sudo chmod 777 plexpy` * Allow all users to run: `sudo chmod 777 plexpy`
_OR_ _OR_
@@ -67,7 +67,7 @@ PlexPy will be installed to `/usr/local/share/plexpy`.
* Install pre-requisites: * Install pre-requisites:
`pkg install python2 databases/py-sqlite3 security/py-openssl security/ca_root_nss git` `pkg install python2 databases/py-sqlite3 security/py-openssl security/ca_root_nss git`
* Type: `cd /usr/local/share/` * Type: `cd /usr/local/share/`
* Type: `git clone https://github.com/drzoidberg33/plexpy.git` * Type: `git clone https://github.com/JonnyWong16/plexpy.git`
* Fix permissions: * Fix permissions:
* Allow all users to run: `chmod 777 plexpy` * Allow all users to run: `chmod 777 plexpy`
_OR_ _OR_
@@ -82,7 +82,7 @@ PlexPy will be installed to `/usr/local/share/plexpy`.
PlexPy will be installed to `/Applications/PlexPy` PlexPy will be installed to `/Applications/PlexPy`
* Method 1 (easy): * Method 1 (easy):
* Download PlexPy from GitHub: https://github.com/drzoidberg33/plexpy/zipball/master * Download PlexPy from GitHub: https://github.com/JonnyWong16/plexpy/zipball/master
* Extract the zip to `/Applications/PlexPy`. Make sure you extract the files directly in the root. * Extract the zip to `/Applications/PlexPy`. Make sure you extract the files directly in the root.
* Open a terminal * Open a terminal
* Type: `cd /Applications/PlexPy` * Type: `cd /Applications/PlexPy`
@@ -91,7 +91,7 @@ PlexPy will be installed to `/Applications/PlexPy`
* Install Git. This can be done via `xcode-select --install` * Install Git. This can be done via `xcode-select --install`
* Type: `mkdir /Applications/PlexPy` * Type: `mkdir /Applications/PlexPy`
* Type: `cd /Applications/` * Type: `cd /Applications/`
* Type: `git clone https://github.com/drzoidberg33/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 @ http://localhost:8181.