Gazelle alternatives and similar software solutions
Based on the "Content Management Systems (CMS)" category.
Alternatively, view Gazelle alternatives based on common mentions on social networks and blogs.
-
Spree Commerce
Spree is a complete, modular & API-driven open source e-commerce solution for Ruby on Rails. -
Directus
Directus is a powerful and intuitive headless CMS for managing SQL databases with custom architectures. Built around a robust and extensible API, this decoupled content management framework is perfect for websites, apps, or multi-client projects. -
Bagisto
Leading Laravel open source e-commerce framework with multi-inventory sources, taxation, localization, dropshipping and more exciting features. -
Orchard
Orchard is a free, open source, community-focused Content Management System built on the ASP.NET MVC platform. -
Sharetribe
An open source platform to create your own peer-to-peer marketplace, also available with SaaS model. -
MODX
MODX is an advanced content management and publishing platform. The current version is called 'Revolution'. -
PencilBlue
Business class content management for Node.js (plugins, server cluster management, data-driven pages) -
Camaleon CMS
Camaleon CMS is a dynamic and advanced content management system based on Ruby on Rails 4. -
Open Food Network
An online marketplace for local food. It enables a network of independent online food stores that connect farmers and food hubs with individuals and local businesses. -
ProcessWire
ProcessWire. PHP 5 based CMS and CMF (framework). See the dev branch for the latest development version. New versions weekly. -
Drupal Commerce
Drupal Commerce is a popular e-commerce module for Drupal CMS, with support for dozens of payment, shipping, and shopping related modules. -
RosarioSIS Student Information System
PHP webapp for School Management
Get performance insights in less than 4 minutes
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest. Visit our partner's website for more details.
Do you think we are missing an alternative of Gazelle or a related project?
Popular Comparisons
README
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
- Nginx (recommended)
- PHP 5.4 or newer (required)
- Memcached (required)
- Sphinx 2.0.6 or newer (required)
- procps-ng (recommended)
Gazelle/Ocelot Compile-time Dependencies
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.