public
Description: Rails World of Warcraft Raid App
Homepage:
Clone URL: git://github.com/Kelsin/lilyraid.git
Kelsin (author)
Thu Oct 29 06:22:21 -0700 2009
commit  358a316dc7492d02f29b8b70882c3509df2ccbdf
tree    50fb466c2c243848eff051fbeab30bf5b2848a27
parent  cf3c678f8d1583d9ffd6c503b9a268ca54e449a9
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.