Search found 3 matches
- Mon Jun 01, 2015 8:31 am
- Forum: Other programming languages
- Topic: Run Ruby Script at Startup
- Replies: 1
- Views: 2322
Re: Run Ruby Script at Startup
Hi, In the article you reference, rvm was used. You have to inject the rvm environment and make explicit reference to the ruby executable. To use rvm ruby with crontab you must run... rvm cron setup and then edit you user crontab crotab -e To start a ruby script on boot using crontab, make a line li...
- Wed Mar 25, 2015 12:16 pm
- Forum: Graphics, sound and multimedia
- Topic: Raspberry Pi as an audio web server, not player
- Replies: 18
- Views: 6656
Re: Raspberry Pi as an audio web server, not player
Subsonic would seem to be the perfect choice for this: http://subsonic.org/ I've been running a subsonic server from an atom cpu for over a year with zero problems. I have mine port-forwarded as I travel a lot and it's very satisfying to have your music on tap. It can be installed on the Pi - obviou...
- Wed Mar 25, 2015 11:16 am
- Forum: Graphics, sound and multimedia
- Topic: Bluetooth audio streaming
- Replies: 131
- Views: 369409
Re: Bluetooth audio streaming
Hi, I followed this tutorial (mostly) to successfully turn my Pi1B into a bluetooth audio receiver for my stereo. Works great! Thank you :) In my case there were some deviations from the original post. I will lay them out here for posterity. They are additional to the steps in the original post. I s...