Thread: RTracker
View Single Post
  #1  
Old 26th October 2008, 01:33
Fynnon's Avatar
Fynnon Fynnon is offline
xxx
 
Join Date: Nov 2007
P2P
Posts: 984
Default RTracker
RTracker is a ruby-based BitTorrent tracker, meant to be used with What.CD's Gazelle (it's dependent on it's database
schema), although it can easily be adapted for any sourcecode.

gazelle's rtracker

To install, make sure you have
1) Ruby (I use 1.8.6, although any version should do)
2) Rubygems
-- MySQL gem
-- bencode gem
-- sinatra gem
3) A properly filled out config.yml file

To start the tracker, simple run
`ruby tracker.rb [-p port] [-e environment]`
where values in braces are optional, port is the port to run on (defaults to 4567) and environment is either production
or development (defaults to development).
Attached Files
File Type: rar RTracker.rar (3.4 KB, 144 views)
Reply With Quote