public
Description: Rails World of Warcraft Raid App
Homepage:
Clone URL: git://github.com/Kelsin/lilyraid.git
Kelsin (author)
Thu Nov 05 18:31:43 -0800 2009
commit  2ba74dde4ff2e066764fe33aaceda37df02a7b8b
tree    903c9df7540daa610854efad24c25496acb98272
parent  358a316dc7492d02f29b8b70882c3509df2ccbdf
lilyraid / README.textile
100644 28 lines (20 sloc) 1.093 kb

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.