Added Git details for Windows

drzoidberg33
2015-06-28 18:57:02 +02:00
parent 8861f42521
commit cee3b1c316

@@ -1,11 +1,25 @@
This guide assume you have Python 2.6 or 2.7 installed already. Python 3.x is not supported. This guide assume you have Python 2.6 or 2.7 installed already. Python 3.x is not supported.
## Windows ## Windows
1. Download PlexPy from GitHub: https://github.com/drzoidberg33/plexpy/zipball/master * Method 1 (easy):
2. Extract the ZIP file. * Download PlexPy from GitHub: https://github.com/drzoidberg33/plexpy/zipball/master
3. Double click `PlexPy.py`. * Extract the ZIP file.
4. PlexPy will be loaded in your browser or listening @ http://localhost:8181. * Double click `PlexPy.py`.
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. * PlexPy will be loaded in your browser or listening @ http://localhost:8181.
* 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.
* Method 2 (preferred)
> **NOTE**: This will install extra shell extensions and make adjustments to your path environment.
* Go to http://msysgit.github.ioand download git.
* Run the installer, select all the defaults except for the section called "Adjusting your PATH environment" - here select "Use Git from the Windows command prompt"
* Complete the rest of the install with the default options.
* Right click on your desktop and select "Git Gui".
* Select "Clone Existing Repository".
* In the "Source Location" enter: https://github.com/drzoidberg33/plexpy.git
* In "Target Directory" create a new folder where you want to install PlexPy to.
* Click "Clone".
* When it's finished a Git Gui windows will appear, just close this Window.
* Browse to where you cloned the PlexPy repository and double click PlexPy.
## Linux ## Linux
PlexPy will be installed to `/opt/plexpy`. PlexPy will be installed to `/opt/plexpy`.