caess/raidmetrics
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
RaidMetrics =========== RaidMetrics allows guilds or other raiding bodies in World of Warcraft to process and host their own raid log statistics. The intended functionality is similiar to WWS and World of Logs. The project is released under the MIT/X11 license. See the LICENSE file for more details. The project's home URL is: http://www.raidmetrics.org The issues tracker is at: http://www.raidmetrics.org/project/raidmetrics/issues IMPORTANT: Unless you know what you're doing, do not deploy off the master branch of the repository. Use tagged releases or download the release file from the website. Requirements ------------ Currently no gems are bundled within the RaidMetrics distribution. In order to use RaidMetrics, you will need to have the rails and ar-extensions gems installed. You will also need to have a gem installed for your desired database. If you wish to run the tests and features, you will need to install the rspec, rspec-rails, spork, webrat, and cucumber gems. RaidMetrics has only been tested on MySQL but there is no reason why it should not work with other databases. Installing ---------- Set up the databse by copying config/database-example.yml to config/database.yml and editing appropriately. If you are using a database other than MySQL, you will need to change the require lines at the top of app/models/log_file_importer.rb to make sure that ar-extensions is using the optimal routines for your database. Importing log files ------------------- Once the application is set up, you will need to import log files. Do this using the following command for each log file: ruby script/runner bin/log_import.rb LOGFILE Where you replace LOGFILE with the path of the log file.