martintrojer / mtorrent-go

Torrent client with a web-UI based on libtorrent-rasterbar

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mtorrent-go

Uber-hipster version of mtorrent-node, node.js and ClojureScript is soooo 2014.

Building

Make sure you have Docker (>=1.5.0) installed (and perhaps boot2docker).

Build the distribution container

$ make dist

You might want to edit the mtorrent.config file before building the distribution container. That file contains settings and is hopefully self explanatory.

Building the dev environment

First build the development environment;

$ make dev

Then you can connect and hack away

$ make connect

Running

$ docker run -v <DATA_FOLDER>:/data -p 1337:1337 --rm -t mtorrent-go

License

Copyright © 2015 Martin Trojer

Distributed under the Eclipse Public License.

About

Torrent client with a web-UI based on libtorrent-rasterbar


Languages

Language:Go 67.4%Language:HTML 28.2%Language:Makefile 4.4%