/open-budget

A visualization web app for hierarchical budgets.

Primary LanguageJavaScriptMIT LicenseMIT

🚧 No longer maintained 🚧

This is a community project in need of maintenance. You can find a list of installations at https://make.opendata.ch/wiki/project:open_budget - check the other forks for code updates, and feel free to use the Issue board or our forums to ask a question.

For data sources see: https://github.com/OpendataCH/open-budget-converters

Engineer: How to use

Prerequisites

  • ruby 1.9.3
  • RubyGems
  • Bundler

We recommend RVM

No JS runtime installed?

  • bundle config --local without js
  • or use therubyracer but I haven't had time to test it

Start the server

  • bundle install (needs to run every time the Gemfile changes)
  • rails s thin
  • create your own data file in the format of public/data/bern/data.json
  • send pull request with cool stuff

Documentation