Home

Awesome

Percheron Torrent Stack

This repo contains a complete Torrent stack for use with Percheron.

It's purpose is to experiment with various trackers, torrent creation tools and download clients.

Containers included

Dependancies

Quickstart

Start boot2docker

boot2docker up && eval $(boot2docker shellinit) && export BOOT2DOCKER_IP=$(boot2docker ip)
```

Clone the percheron-torrent repo

```shell
git clone https://github.com/ashmckenzie/percheron-torrent
```

Run Percheron!

```shell
cd percheron-torrent && bundle install && bundle exec percheron start torrent
```