Bravo List
Register
Go Back   > Bravo List > Source Code > Archived Trackers > Gazelle
Reply
  #1  
Old 21st July 2021, 17:46
aDream's Avatar
aDream aDream is offline
Member
 
Join Date: Dec 2017
Posts: 6
Default Bulding a new gazelle tracker
I want to build movies tracker
anyone who can help please send me a private message
i will pay for your work
Reply With Quote
  #2  
Old 27th July 2021, 09:26
Zsolti88 Zsolti88 is offline
Member
 
Join Date: Aug 2009
P2P
Posts: 7
Default
https://github.com/Empornium/Luminance
Reply With Quote
  #3  
Old 7th August 2021, 23:37
aDream's Avatar
aDream aDream is offline
Member
 
Join Date: Dec 2017
Posts: 6
Default
Quote:
Originally Posted by Zsolti88 View Post
No torrent groups
all the point of gazelle is the groups
Reply With Quote
  #4  
Old 8th August 2021, 00:47
thartley55 thartley55 is offline
Senior Member
 
Join Date: Mar 2012
P2P
Posts: 204
Default
Quote:
Originally Posted by aDream View Post
No torrent groups
all the point of gazelle is the groups
I disagree. Whenever I join a gazelle site, if given the option, I disable the 'grouping'. But then, that is my preference...and my opinion.
Reply With Quote
  #5  
Old 11th January 2022, 20:30
kis2a kis2a is offline
Member
 
Join Date: Mar 2009
P2P
Posts: 7
Default
not how to for install Empornium/Luminance in the unbutu20 or debian 10 ?
Reply With Quote
The Following User Says Thank You to kis2a For This Useful Post:
batuo76 (11th January 2022)
  #6  
Old 11th January 2022, 23:19
mogo mogo is offline
Senior Member
 
Join Date: Jun 2020
P2P
Posts: 94
Default
Quote:
Originally Posted by kis2a View Post
not how to for install Empornium/Luminance in the unbutu20 or debian 10 ?
Luminance Installation
Dependencies
PHP >= 7.0
MySQL >= 5.6
Memcached
Nginx (recommended) or Apache
Sphinx 2.0.x
Radiance
PHP Modules
php-mcrypt
php-mbstring
php-memcache
php-mysqlnd
Composer
cd into the Luminance directory and follow the brief instructions on https://getcomposer.org/download/ to download composer.

Once downloaded simply run the following command:

php composer.phar install
Database
You need to create a database before running the Luminance install:

mysql -u root -p
create database luminance;
grant all privileges on luminance.* to 'luminance'@'localhost' identified by '<DatabasePassword>';
Ensure the database password is both stong and unique, preferably a random string.

Luminance
To install a brand new instance of Luminance cd into the Luminance directory and run these commands:

php application/entry.php setup configure
php application/entry.php setup install
To upgrade an existing instance of Luminance cd into the Luminance directory and run this command:

php application/entry.php setup upgrade
To migrate from Gazelle cd into the Luminance directory and run these commands:

php application/entry.php setup configure ../../path/to/gazelle/classes/config.php
php application/entry.php setup upgrade
Sphinx
An example Sphinxsearch configuration file can be found in the install directory.

Nginx Configuration
An example http and https Nginx vhost configuration files can be found in the install directory.

Cronjobs
crontab -e
Set the following as contents for the file:

0,15,30,45 * * * * /usr/bin/php /var/www/localhost/application/entry.php schedule >> /root/schedule.log
* * * * * /usr/bin/indexer -c /etc/sphinx/sphinx.conf --rotate delta
5 * * * * /usr/bin/indexer -c /etc/sphinx/sphinx.conf --rotate --all
Reply With Quote
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump



All times are GMT +2. The time now is 15:18. vBulletin skin by ForumMonkeys. Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.