-
Notifications
You must be signed in to change notification settings - Fork 14
Home
maran edited this page Sep 12, 2010
·
4 revisions
Welcome to the opensourcerails wiki!
- Download the project files.
- Add github to your rubygem sources (gem sources -a http://gems.github.com)
- Run (sudo) rake gems:install ( you might need to install haml by hand: gem install haml)
- Do your usual rails-fu
- Create database
- Edit database config files
- Run (sudo) rake db:migrate
- Do some opensourcerails-fu configs
- Setup your application details in app_config.yml
- Setup your mailserver details in mailer.yml
Rock and Roll!