open-city / capsure

An app for finding when and where your next CAPS meeting is
http://capsure.opencityapps.org
2 stars 6 forks source link

Automate database updates #16

Open derekeder opened 10 years ago

derekeder commented 10 years ago

To update the database with CAPS meetings, I need to manually run the import task that reads the events from the ClearPath API:

heroku run rake import:all

This should be set up to run automatically on a weekly basis.

Related to #15