Skip to content
This repository has been archived by the owner on Oct 3, 2018. It is now read-only.

Latest commit

 

History

History
21 lines (11 loc) · 558 Bytes

README.md

File metadata and controls

21 lines (11 loc) · 558 Bytes

AUXBOX

Description

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.

Set-Up

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)

License

AUXBOX is MIT Licensed. See LICENSE for details.