Skip to content

Usage Notes (IMPORTANT)

orenb edited this page Jul 10, 2011 · 6 revisions

Rake Tasks

  • rake db:setup_yml
  • rake ldap:setup

Miscellaneous Setup Notes

  • To get mailer working, you must include an smtp_settings.rb file in the config directory, which is of the following format:
@@smtp_username = "[email protected]"
@@smtp_pw = "yourpassword"
  • In config/initializers/, don't forget to add secret_token.rb, which should contain:
    # config/initializers/secret_token.rb
    ResearchMatch::Application.config.secret_token = 'my long token that could be generated by rake secret'
Clone this wiki locally