This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
commit 358a316dc7492d02f29b8b70882c3509df2ccbdf
tree 50fb466c2c243848eff051fbeab30bf5b2848a27
parent cf3c678f8d1583d9ffd6c503b9a268ca54e449a9
tree 50fb466c2c243848eff051fbeab30bf5b2848a27
parent cf3c678f8d1583d9ffd6c503b9a268ca54e449a9
lilyraid /
| name | age | message | |
|---|---|---|---|
| |
.gitignore | ||
| |
COPYING | ||
| |
README.textile | ||
| |
Rakefile | ||
| |
app/ | ||
| |
config/ | ||
| |
db/ | ||
| |
doc/ | ||
| |
log/ | ||
| |
public/ | ||
| |
script/ | ||
| |
test/ | ||
| |
tmp/ | ||
| |
vendor/ |
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
- Install Rails.
- Checkout this project into a folder accessible by your Rails app server of choice.
- I currently use Passenger (mod-rails).
- Run
rake db:migrateandrake gems:install(With sudo if needed). - Setup config files
- In this repo I have two extra “production” environments:
codanddota - Create a database.yml file with settings for all environments you’re going to use.
- Create a config.yml file with settings for all environments.
- In this repo I have two extra “production” environments:
- Setup your app server to serve your rails project.
- 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.








