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
- base (just an image, used by all containers)
- tracker using chihaya
- seeder using aria2
- peers (3) user aria2
Dependancies
- Percheron
- Boot2Docker v1.6.x+
- Docker client (nice to have)
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
```