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 (
lilyraid /
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Mon Apr 20 22:14:57 -0700 2009 | |
| |
COPYING | Tue Apr 21 10:56:42 -0700 2009 | |
| |
README.textile | Mon May 18 09:16:28 -0700 2009 | |
| |
Rakefile | Tue Apr 08 05:25:16 -0700 2008 | |
| |
app/ | ||
| |
config/ | Sat Jul 18 13:44:29 -0700 2009 | |
| |
db/ | ||
| |
doc/ | Tue Apr 08 05:25:16 -0700 2008 | |
| |
log/ | Thu Apr 16 12:31:05 -0700 2009 | |
| |
public/ | ||
| |
script/ | Fri Apr 17 18:22:14 -0700 2009 | |
| |
test/ | ||
| |
tmp/ | Thu Apr 16 12:31:05 -0700 2009 | |
| |
vendor/ | Sat May 16 13:53:25 -0700 2009 |
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.








