EverQuest Database for The Heroes Journey Emulator Server
ABOUT
EQDB is intended as a full-featured search interface to the THJ database to find items, spells, npcs, zones, and more.
INSTALLATION
- Clone EQDB from the official GitHub repository (https://github.com/The-Heroes-Journey-EQEMU/eqdb)
- Run
python setup.pyto install the necessary packages - Run
python configure.pyto set up the configuration file - Run
python create_local_db.pyto set up the local database for storing restrict and weight sets - Edit the configuration file for the required database fields
- The 'remote' database is expected to be a THJ / EQEMU compatible database schema. Typically, this takes the form of the 'content' database.
- Run with
python eqdb.py
This will create a locally available EQDB instance that you can reach by using your browser and going to 127.0.0.1:5000 or localhost:5000