Skip to content

Latest commit

 

History

History
38 lines (33 loc) · 1.76 KB

README.md

File metadata and controls

38 lines (33 loc) · 1.76 KB

Spectra

Server-side music management done right

License Gitter Code Climate Coverage Build Status Dependency Status version
Spectra is a deployed music hosting system. It sits on your server or NAS, with access to your music files, and allows easy transparent access to data and metadata.

Core ideals

  • APIs should be clean, and RESTful.
  • Music formats shouldn't matter, because it's just data.
  • Decoding should be done at the most powerful location: the client
  • Deployable anywhere, from a laptop to a large-scale NAS

Installation

Development

  1. Install Ruby 2.1 and bundler.
  2. git clone https://github.com/spectra-music/spectra
  3. cd spectra
  4. bundle
  5. rake db:setup
  6. rails server

Production

[coming soon]

Technologies

  • Ruby 2.1
  • Rails 4
  • Slim
  • SCSS
  • CoffeeScript
  • AngularJS