Sha256: fd577c78e59b08728da64c0abedfc55ac40607881525241a148beff876bdb7a8
Contents?: true
Size: 773 Bytes
Versions: 1
Compression:
Stored size: 773 Bytes
Contents
An implementation of the S3 API in Sinatra. Most of the code was originaly taken from ParkPlace, another S3 clone written by _why. Requirements ------------------------------------------------------- gem install sinatra haml aws-s3 Optional Torrent Support ------------------------------------------------------- If you are interested in using Sinatra-S3 as a Bittorrent tracker you will need a custom version of RubyTorrent found at http://github.com/nricciar/rubytorrent. Install ------------------------------------------------------- 1) cp s3.yml.example s3.yml 2) edit s3.yml to suit your needs 3) rake db:migrate 4) rackup config.ru -p 6060 5) go to http://localhost:6060/control/ and login with the username admin and the password pass@word1
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
sinatra-s3-0.98 | README |