-
Notifications
You must be signed in to change notification settings - Fork 23
Usage Notes (IMPORTANT)
orenb edited this page Jul 10, 2011
·
6 revisions
rake db:setup_yml
rake ldap:setup
- To get mailer working, you must include an
smtp_settings.rb
file in theconfig
directory, which is of the following format:
@@smtp_username = "[email protected]"
@@smtp_pw = "yourpassword"
- In
config/initializers/
, don't forget to addsecret_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'