Skip to content

plonk/pcgw

Repository files navigation

Peercast Gateway

概要

ピアキャストに配信するサービス Peercast Gateway (http://pcgw.pgw.jp/) の Web インターフェイスです。 Sinatra で書かれています。

サービス全体は次のものに依存しています。

とりあえず起動してみたい人向け

$ bundle install --path vendor/bundle
$ rake setup
$ rake migrate
$ PCGW_ENV=production rake run