mysociety / planningalerts-app

Find out and have your say about what's being built and knocked down in your area.
www.planningalerts.org.au
Other
0 stars 1 forks source link

PlanningAlerts

Find out and have your say about development applications in your area.

This is the code for the web application side of things written using Ruby on Rails. The original code from PlanningAlerts.com, which this app is based on, was written using PHP.

If you're interested in contributing a scraper please give us a shout on the mailing list and we'll point you in the right direction. We're currently in the midst of changing the place that we run scrapers so it's all in a bit of a state of flux.

PlanningAlerts is brought to you by the OpenAustralia Foundation. It was adapted for Australia by Matthew Landauer and Katherine Szuminska, and is based on the UK site PlanningAlerts.com, built by Richard Pope, Mikel Maron, Sam Smith, Duncan Parkes, Tom Hughes and Andy Armstrong.

Development

Build Status Dependency Status Coverage Status Code Climate

Install Dependencies

Checkout The Project

Install Ruby Dependencies

Setup The Database

Run The Tests

Deployment

To use capistrano and the OpenAustralia Foundation's default configuration model, ignore this part of the instructions and carry on. To use mySociety's yaml-based configuration system instead you will need to:

This should cause the Configuration object in app/models/configuration.rb to be overriden by lib/themes/hampshire/configuration.rb which will replace the Configuration object's values with the ones held in the yml files. You can test whether this is working by running rspec lib/themes/hampshire/spec/models/configuration_spec.rb

Please note - customisations which are specific to mySociety's Hampshire theme have settings which exist only in the yml files. Config settings which relate to the main application are duplicated in the Configuration object.

Scraping and sending emails in development

Step 1 - Seed authorities table

Step 2 - Scrape DAs

Step 3 - Setup an Alert

Step 4 - Send email alerts

Contributing

Credits

Our awesome contributors can be found on the PlanningAlerts site.

License

GPLv2, see the LICENSE file for full details.