Skip to content
This repository has been archived by the owner on Jan 24, 2023. It is now read-only.

Latest commit

 

History

History
45 lines (33 loc) · 914 Bytes

Readme.mdown

File metadata and controls

45 lines (33 loc) · 914 Bytes

SoundCloud Uploader

Required Gems

  • sinatra
  • passenger
  • haml
  • less
  • DataMapper
    • dm-core
    • dm-types
    • dm-migrations
  • json

Required software

Deployment

After installing the apache module, add these lines to your apache configuration:

<Location /files >
  TrackUploads On
</Location>

<Location /status >
  ReportUploads On
</Location>

If using nginx, refer to the module's documentation for setup information.

Usage

Just GET /, upload a file in one of the popular formats (mp3, flac, ogg, etc.) and wait for it to complete!