Coder Social home page Coder Social logo

pmwoodward3 / torrentsduck Goto Github PK

View Code? Open in Web Editor NEW

This project forked from guidouil/torrentsduck

0.0 2.0 0.0 856 KB

A multi users bittorrents client with a responsive web UI that quacks 🦆

License: Apache License 2.0

JavaScript 96.00% HTML 3.14% CSS 0.86%

torrentsduck's Introduction

Torrents Duck 🦆

A multi users bittorrents clients that quacks

⚠️ Currently in alpha stage ⚠️ alt text

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

You need to install Meteor. Follow the instructions.

You also need a local install of MongoDB

you must have two folder writable for your profile from root of hard drive /data/torrents/ and /data/uploads/

Installing and running the main app

Clone or download this repositery and using your terminal in TorrentsDuck/duck folder and install dependencies

meteor npm install

Once done, you can run your local copy with this command of the front end

export MONGO_URL='mongodb://127.0.0.1:27017/TorrentsDuck' && meteor --settings private/settings-dev.json -p 3000

Now go register on http://localhost:3000. First user registered get admin rights but only after a meteor server restart if there is only one user.

Installing and running the bittorrent client app

In another terminal go to the TorrentsDuck/torrents directory and install dependencies

meteor npm install

Once done, you can run your local bittorent client

export MONGO_URL='mongodb://127.0.0.1:27017/TorrentsDuck' && meteor --settings private/settings-dev.json -p 3001

Now you can start torrents transfert from the main interface

Installing and running the FTP server

In another terminal go to the TorrentsDuck/ftp directory and install dependencies

meteor npm install

Once done, you can run your local ftp server

export MONGO_URL='mongodb://127.0.0.1:27017/TorrentsDuck' && meteor --settings private/settings-dev.json -p 3002

Now you can connect by ftp on 127.0.0.1:9876 using the login and password you created on the main web interface

Running the tests

To Be Done

Deployment

Follow the Meteor Up deployement guide - disponible en Français

Built With

  • Meteor - The node.js full stack
  • webtorrent - A streaming torrent client for node.js
  • ftp-srv - 📮 Modern FTP Server
  • Semantic-UI - A UI component framework based around useful principles from natural language.

Authors

See also the list of contributors who participated in this project.

License

This project is licensed under the Apache License - see the LICENSE file for details

Acknowledgments

  • You are responsible for what you download using the bittorent protocol

torrentsduck's People

Contributors

guidouil avatar pixibixi avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.