public
Description: Rails World of Warcraft Raid App
Homepage:
Clone URL: git://github.com/Kelsin/lilyraid.git
name age message
file .gitignore Mon Apr 20 22:14:57 -0700 2009 Blank line at end of gitignore [Kelsin]
file COPYING Tue Apr 21 10:56:42 -0700 2009 New gpl file [Kelsin]
file README.textile Mon May 18 09:16:28 -0700 2009 Added link to lighthouse project on github readme [Kelsin]
file Rakefile Tue Apr 08 05:25:16 -0700 2008 Initial Import of clean tree [Kelsin]
directory app/ Loading commit data...
directory config/ Sat Jul 18 13:44:29 -0700 2009 Ajax item search and click for armory! [Kelsin]
directory db/
directory doc/ Tue Apr 08 05:25:16 -0700 2008 Initial Import of clean tree [Kelsin]
directory log/ Thu Apr 16 12:31:05 -0700 2009 Cleaning up git [Kelsin]
directory public/
directory script/ Fri Apr 17 18:22:14 -0700 2009 Rails update [Kelsin]
directory test/
directory tmp/ Thu Apr 16 12:31:05 -0700 2009 Cleaning up git [Kelsin]
directory vendor/ Sat May 16 13:53:25 -0700 2009 Lots of work on editing instances. Also added j... [Kelsin]
README.textile

Lilyraid

This project is a Ruby on Rails app that allows you to schedule World of
Warcraft raids.

Requirements

  • Ability to run a Ruby on Rails app on your webserver.
  • Ruby on Rails supported database.
  • Phpbb3 board for authentication with an accessible cookie and database (Optional)

Installation

  1. Install Rails.
  2. Checkout this project into a folder accessible by your Rails app server of choice.
    1. I currently use Passenger (mod-rails).
  3. Run rake db:migrate and rake gems:install (With sudo if needed).
  4. Setup config files
    1. In this repo I have two extra “production” environments: cod and dota
    2. Create a database.yml file with settings for all environments you’re going to use.
    3. Create a config.yml file with settings for all environments.
  5. Setup your app server to serve your rails project.
  6. Profit.

Troubleshooting

If you need any help feel free to message me on github! If you find a bug or have a feature request you can create a ticket on my lighthouse page page as well.