Skip to content

WhatCD/Gazelle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
Git
Nov 8, 2016
63b3370 · Nov 8, 2016
Mar 28, 2011
Nov 8, 2016
Mar 18, 2016
Nov 1, 2016
Nov 8, 2016
Mar 22, 2016
Mar 18, 2016
Jan 27, 2014
Jun 6, 2013
Jul 4, 2013
Mar 18, 2014
Mar 28, 2011
Mar 28, 2011
May 2, 2016
Jul 2, 2013
Mar 28, 2011
Mar 28, 2011
Mar 28, 2011
Mar 28, 2011
Mar 28, 2011
Mar 28, 2011
Mar 28, 2011
Mar 28, 2011
Mar 28, 2011
Mar 28, 2011
Mar 18, 2016
Mar 28, 2011
Mar 28, 2011
Jun 30, 2014
Mar 28, 2011
Feb 22, 2013
Mar 28, 2011
Oct 28, 2016
Oct 22, 2013
Mar 28, 2011
Mar 28, 2011
Mar 28, 2011
Jul 18, 2013
Oct 25, 2015
Mar 28, 2011
Mar 28, 2011
Mar 28, 2011
Mar 28, 2014
Jan 28, 2015
Aug 13, 2013
Mar 28, 2011
Oct 13, 2013
Mar 28, 2011
Mar 28, 2011
Mar 28, 2011
Mar 28, 2011
Jun 18, 2013
Mar 28, 2011
Mar 28, 2011
Mar 28, 2011
Mar 28, 2011
Jul 28, 2013
Aug 28, 2014
Mar 28, 2011
Feb 22, 2013
Sep 1, 2012
Mar 28, 2011
Jan 24, 2014
Mar 28, 2011
Mar 28, 2011
Feb 22, 2013
Aug 9, 2011
Mar 28, 2011
Mar 28, 2011
Mar 28, 2011
Mar 28, 2011
Mar 28, 2011

Repository files navigation

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.

Change Log

You may have noticed that commits in the repository do not have descriptive messages. If you are looking for a change log of Gazelle, it can be viewed here. The change log is generated daily and includes new additions or modifications to Gazelle's source.

Coding Standards

Gazelle's code adheres to a set of coding standards that can be found here. If you plan on sending pull requests, these standards must be followed.

Installation

This guide will walk you through setting up Gazelle on a machine running Gentoo Linux. Although installing Gazelle is relatively straightforward, we recommend a working knowledge of PHP if you plan to modify the source code.

Gazelle development using Vagrant

VagrantGazelle allows for convenient development of Gazelle, without going through the trouble of setting it all up yourself.

Vagrant uses virtual machines to allow for easy development in consistent environments. The setup linked above allows for development on your local machine and the Gazelle setup to run without altering your system.

Once set up, the Gazelle source files will be present in src/, which is shared to /var/www/ on the machine. A port forward from port 80 on the guest to 8080 on the host will also be established.