romenigld / GeekRadio

Tutorial for a Radio with Icecast

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

README

for run icecast:

$ icecast -c /usr/local/etc/icecast.xml

To have launchd start redis now and restart at login:

$ brew services start redis

Or, if you don't want/need a background service you can just run: redis-server /usr/local/etc/redis.conf

For boot Sidekiq:

$ bundle exec sidekiq

Then start rails:

$ rails s

About

Tutorial for a Radio with Icecast


Languages

Language:Ruby 74.4%Language:HTML 16.9%Language:CoffeeScript 3.0%Language:JavaScript 3.0%Language:CSS 2.6%