Skip to content

DesconCore/WoW-Armory

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

The World of Warcraft Armory is a vast searchable database of information for World of Warcraft - taken straight from the real servers and presented in a user-friendly interface

WARNING: You must not remove and/or change any Blizzard's copyrights in any files and/or at the bottom of Armory pages!

World of Warcraft™, Blizzard Entertainment are trademarks or registered trademarks of Blizzard Entertainment, Inc. in the U.S. and/or other countries.
The data contained herein is proprietary to Blizzard Entertainment, Inc. You are granted a limited license to make personal use of the information contained herein for non-commercial purposes only.

Requirements

1. Apache HTTP Server with mod_rewrite
2. PHP 5.3 or higher with XMLWriter package installed and enabled (XMLWriter is installed and enabled by default since PHP 5.1.2)
3. MySQL 5 Server or higher

Install

1. Go to the patch folder and upload armory.sql (Will automatically create the database `armory`).
2. Rename includes/classes/configuration.php.default to configuration.php and edit this file (read comments).
   Characters DB configs are stored in
       $ArmoryConfig['multiRealm'][1]['*_characters']
   And World DB configs are stored in
       $ArmoryConfig['multiRealm'][1]['*_mangos']
   You should edit these values according with your MySQL configs (user/password/dbname).
3. For 3D Viewer installation info read 3DViewer_info.txt
4. For full work you need to patch MaNGOS/Trinity core with the appropriate patch file found in the patch folder
   and to update your characters DB with the provided SQL update (characters.sql - in the patch folder).
5. If you use a UNIX system, you need to manage access rights to allow script write data to 'cache' folder.