diff options
author | Michael Stahnke <stahnma@puppetlabs.com> | 2012-10-18 20:33:09 -0700 |
---|---|---|
committer | Michael Stahnke <stahnma@puppetlabs.com> | 2012-10-18 20:34:58 -0700 |
commit | 4b8e631e3a3106eece4f8435cb18b02e9ec6253a (patch) | |
tree | b434dfb4467509d766770bb38aa12bad15f94ff2 /README | |
download | puppet-daap_server-4b8e631e3a3106eece4f8435cb18b02e9ec6253a.tar.gz puppet-daap_server-4b8e631e3a3106eece4f8435cb18b02e9ec6253a.tar.bz2 |
Initial commit
Diffstat (limited to 'README')
-rw-r--r-- | README | 17 |
1 files changed, 17 insertions, 0 deletions
@@ -0,0 +1,17 @@ +# Readme file for mt-daapd module + +daap_server - A DAAP server that exports your music collection via the Digital Audio Access Protocol as made famous by Apple iTunes. + + +This puppet module should basically do just a few things. + +1. Install mt-daapd +2. Deliver a configuration file in /etc/mt-daapd.conf +3. Enable the daemon for startup +4. Startup the daemon + + + + +Also, you may need to open port 3689 (udp and tcp) in your firewall. I haven't added that to this module yet. + |