~phatforge/xbmc/airplayer-packaging

« back to all changes in this revision

Viewing changes to INSTALL.mdown

  • Committer: Pascal Widdershoven
  • Date: 2011-03-09 12:31:59 UTC
  • Revision ID: git-v1:7b7b1c56f2ec7d58b531bbb69aeeae00934a2980
Included a link to smaccona's guide for running Airplayer as a
Windows Service.

Show diffs side-by-side

added added

removed removed

Lines of Context:
41
41
This will install the required python packages airplayer depends on. Note that, depending on your system
42
42
configuration you might need to execute this command with sudo rights.
43
43
 
44
 
Running
45
 
=======
 
44
Running Airplayer
 
45
=================
46
46
 
47
47
Edit settings.py to reflect your setup. For help, read the comments in settings.py.
48
48
 
50
50
It is advised to first try to run airplayer in your terminal before trying to run it in the background,
51
51
as it will be easier to spot (configuration) issues when running in the foreground.
52
52
 
53
 
Foreground
54
 
----------
 
53
Running in the foreground
 
54
-------------------------
55
55
 
56
56
To run airplayer in the foreground execute:
57
57
 
58
58
    python airplayer.py
59
59
    
60
 
Background
61
 
----------
 
60
Running in the background
 
61
-------------------------
62
62
 
63
63
There are scripts included to make Airplayer run in the background on Ubuntu and Mac OS X.
64
64
By installing this scripts, Airplayer will also start when your computer boots.
97
97
 
98
98
### Windows
99
99
 
100
 
This feauture is currently not supported on Windows. I'm not a Windows user myself, so I have no idea
101
 
what's required to make a python script run as a Windows Service or something. If someone is interested
102
 
in tinkering with this and writing some instructions, let me know.
 
 
b'\\ No newline at end of file'
 
100
See [this guide](http://pascalw.github.com/Airplayer/airplayer-windows-service.html), contributed by
 
101
[smaccona](https://github.com/smaccona), to install Airplayer
 
102
as a Windows Service and making it automatically start at boot.
 
 
b'\\ No newline at end of file'