AUXBOX is an application that allows clients to create and share playlists, edit them collaboratively, and communicate in real-time. Playlists have settings that can influence privacy and set editing constraints.
1 - Pull source code from Github.
2 - Migrate the database.
3 - Run rails server ($ rails s)
4 - Run faye server ($ rackup faye.ru -E production -s thin)
5 - Visit localhost port the rails server is running on (localhost:3000 by default)
AUXBOX is MIT Licensed. See LICENSE for details.