GithubHelp home page GithubHelp logo

insiderpreview / gazelle Goto Github PK

View Code? Open in Web Editor NEW

This project forked from opsnet/gazelle

0.0 1.0 0.0 13.22 MB

License: The Unlicense

C++ 0.08% PHP 73.29% Shell 0.16% HTML 0.67% JavaScript 8.63% CSS 17.07% Smarty 0.10%

gazelle's Introduction

Gazelle

Gazelle is a web framework geared towards private BitTorrent trackers. Although naturally focusing on music, it can be modified for most needs. Gazelle is written in PHP, JavaScript, and MySQL.

Gazelle Runtime Dependencies

Gazelle/Ocelot Compile-time Dependencies

  • Git (required)
  • GCC/G++ (4.7+ required; 4.8.1+ recommended)
  • Boost (1.55.0+ required)

Note: This list may not be exhaustive.

Installation

See the script in .vagrant/gazelle-setup.sh to get a gist of what needs to be done to install Gazelle on Debian Jessie. You should be able to modify this to whatever distro you want to run it on.

Logchecker

This repository does not come with the necessary binaries to validate checksums for uploaded logs. To get them, please follow the below steps. In all cases, you will need to place the necessary files into the classes/logchecker/ folder.

EAC

Install a copy of EAC on a Windows machine or under Wine. You then need to navigate to the installed directory and copy CheckLog.exe (renaming it to eac_logchecker.exe) and HelperFunctions.dll into classes/logchecker/.

XLD

Clone the repository https://github.com/itismadness/xld_sign and build it following the readme. Move the generated binary (renaming it to xld_logchecker) to classes/logchecker.

Gazelle Development

This repository comes pre-setup to be run through Vagrant for ease of development and without having to modify your local machine. You can look through the docs for how it works, but to start, you just need to download Vagrant and VirtualBox (and it's recommended to get the vagrant-vbguest plugin) and then simply run:

vagrant up

This will build a Debian Jessie on a Virtual Machine and serve this repository through /var/www on the machine. It will also forward the following ports:

  • 8080 -> 80 (nginx)
  • 36000 -> 3306 (mysql)
  • 34000 -> 34000 (ocelot)

You can access the site by going to http://localhost:8080

Feel free to join #develop on irc.apollo.rip to discuss any questions concerning Gazelle (or any of the repos used by Apollo).

gazelle's People

Watchers

James Cloos 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.