You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 23, 2024. It is now read-only.
rmcastil edited this page Mar 7, 2012
·
13 revisions
Welcome to the code-for-america wiki!
Deploying the Application
In addition to the typical push to heroku and db setup. The system requires a couple of heroku add-ons to fully be setup
Heroku Scheduler: For running the rake task, cache_civic_commons_application_data. This task retrieves application data from civic commons. The frequency of running it is based on how often you may think data on civic commons is updated.
Sendgrid: For allowing the system to send out emails
Websolr: For enabling full text search on a variety of forms.
You must also be sure that the S3_SECRET environment variable is set as well.