gaving / rtor
- Source
- Commits
- Network (1)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Tree:
758cd8f
rtor /
| name | age | message | |
|---|---|---|---|
| |
.gitignore | ||
| |
COPYING | Fri Jan 23 02:51:29 -0800 2009 | |
| |
Capfile | Sun Feb 08 14:27:06 -0800 2009 | |
| |
README | Sat Jan 10 08:08:31 -0800 2009 | |
| |
README.markdown | ||
| |
Rakefile | Sat Jan 10 08:08:31 -0800 2009 | |
| |
TODO.textile | Mon Nov 09 11:22:10 -0800 2009 | |
| |
app/ | ||
| |
config/ | ||
| |
db/ | Sat Jan 10 08:08:31 -0800 2009 | |
| |
doc/ | Thu Jan 22 15:40:49 -0800 2009 | |
| |
public/ | ||
| |
script/ | Sun Feb 08 14:27:06 -0800 2009 | |
| |
site/ | Sat Oct 24 07:33:33 -0700 2009 | |
| |
test/ | Sun Sep 20 06:39:16 -0700 2009 | |
| |
vendor/ | Sat Jan 10 08:08:31 -0800 2009 |
README.markdown
Rtorrent on rails
Experimental rails application for controlling the ever popular rtorrent.
Screenshots

Installation
- Copy the example config file under 'config/config.yml.example to 'config/config.xml'
- Configure the path to your scgi enabled rtorrent location within the config
- Set any other variables as you wish in the config
Usage
In the current directory, run:
script/server
to start the internal rails web server.
Visit http://0.0.0.0:3000 and hopefully view your torrents.
Notes
Caveats: Watch out for rtorrent not being able to read the socket due to any permissions issues where the socket file is.

