2do-search

Last Commit 7491b8d (December 8, 2024 12:00 am)
Repository https://github.com/GuduleLapointe/2do-search
License GNU AFFERO GENERAL PUBLIC LICENSE

2DO Hypergrid Events search

Version 0.0.17

In-world Search engine for 2DO Hypegrid Events.

Based on Outworldz OpensimEvents

Dependencies

  • perl
  • perl JSON
    sudo cpan JSON
    sudo cpan HTML::Strip
    sudo cpan Date::Manip
    sudo cpan CGI
    sudo cpan DBD::mysql
  • Make sure your server handles perl cgi. For apache:
    sudo apt install libapache2-mod-perl2
    sudo a2enmod perl
  • Make sure your server accepts .htaccess rules, otherwise copy .htaccess content in your website configuration

Installation

  • Clone this project in a folder named "search" inside your web directory. It should be reachable at http://example.com/search
  • If needed, create ossearch database and database user (follow instructions in README-sql-tables.txt)
  • Create a copy of lib/MySQL.txt.example as lib/MySQL.txt and update it with the right database credentials

Comments

Leave a Reply

Your email address will not be published. Required fields are marked *