Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   Gazelle (http://www.bvlist.com/forumdisplay.php?f=40)
-   -   Bulding a new gazelle tracker (http://www.bvlist.com/showthread.php?t=12390)

aDream 21st July 2021 17:46

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

Zsolti88 27th July 2021 09:26

https://github.com/Empornium/Luminance

aDream 7th August 2021 23:37

Quote:

Originally Posted by Zsolti88 (Post 55657)

No torrent groups
all the point of gazelle is the groups

thartley55 8th August 2021 00:47

Quote:

Originally Posted by aDream (Post 55671)
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.

kis2a 11th January 2022 20:30

not how to for install Empornium/Luminance in the unbutu20 or debian 10 ?

mogo 11th January 2022 23:19

Quote:

Originally Posted by kis2a (Post 56028)
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 '';
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


All times are GMT +2. The time now is 03:38.

Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.