Updated Installation (markdown)

basilfx
2014-11-05 08:11:54 -08:00
parent b48707cc7c
commit 7a1920347c
+18 -18
@@ -1,10 +1,5 @@
This guide assume you have Python 2.6 or 2.7 installed already. Note that Python 3.x is not supported.
## Synology NAS
1. Add the [SynoCommunity package repository](https://synocommunity.com/)
2. Download and install HeadPhones from the package center
3. Headphones can be accessed at `http://ipadress_synology:8181`
## Windows
[Screenshot Guide including Git, Python and Startup Script](http://www.htpcguides.com/install-headphones-windows-usenet-torrent-music/)
@@ -14,6 +9,20 @@ This guide assume you have Python 2.6 or 2.7 installed already. Note that Python
4. Headphones will be loaded in your browser or listening @ http://localhost:8181.
5. Create a shortcut to `Headphones.py` and copy that to your startup folder (`C:\Documents and Settings\<Username>\Start Menu\Programs\Startup`) to startup Headphones when Windows starts.
## Linux
Headphones will be installed to `/opt/headphones`.
* 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/rembo10/headphones.git`
* Type: `cd headphones`
* Type: `python Headphones.py`
* Headphones will be loaded in your browser or listening @ http://localhost:8181
* To start Headphones on startup, refer to [[Install as a daemon]]
## Mac OSX
[Screenshot Guide](http://www.htpcguides.com/install-headphones-mac-osx-usenet-torrent-music/)
@@ -33,19 +42,10 @@ Headphones will be installed to `/Applications/Headphones`
* Headphones will be loaded in your browser or listening @ http://localhost:8181.
* To start Headphones on startup, refer to [[Install as a daemon]]
## Linux (terminal installation)
Headphones will be installed to `/opt/headphones`.
* 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/rembo10/headphones.git`
* Type: `cd headphones`
* Type: `python Headphones.py`
* Headphones will be loaded in your browser or listening @ http://localhost:8181
* To start Headphones on startup, refer to [[Install as a daemon]]
## Synology NAS
1. Add the [SynoCommunity package repository](https://synocommunity.com/)
2. Download and install HeadPhones from the package center
3. Headphones can be accessed at `http://ipadress_synology:8181`
## Raspberry Pi
[Full Guide including Startup Script](http://www.htpcguides.com/install-headphones-raspberry-pi-usenet-music/)