https://github.com/openspending/cameroon.openspending.org
Website for "Cameroon Budget Inquirer"
https://github.com/openspending/cameroon.openspending.org
Last synced: 6 months ago
JSON representation
Website for "Cameroon Budget Inquirer"
- Host: GitHub
- URL: https://github.com/openspending/cameroon.openspending.org
- Owner: openspending
- Created: 2012-06-05T14:00:38.000Z (about 14 years ago)
- Default Branch: gh-pages
- Last Pushed: 2018-05-25T09:52:02.000Z (about 8 years ago)
- Last Synced: 2024-04-08T16:29:28.710Z (about 2 years ago)
- Language: HTML
- Homepage: http://cameroon.openspending.org/
- Size: 6.52 MB
- Stars: 7
- Watchers: 8
- Forks: 10
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Website for "Where does Cameroon's Money Go?"
=============================================
This contains the web frontend to the Cameroon budget site, a front-end
to the OpenSpending platform built in cooperation with the World Bank.
Initialize the repository
-------------------------
To run the site for local development, follow these steps:
* Install [Jekyll](https://github.com/mojombo/jekyll/wiki)
* Make sure you're on the branch gh-pages
* Fetch the openspendingjs submodule with:
* `git submodule init`
* `git submodule update`
Generate the site
-----------------
The site can be generated with this command from the repository root:
jekyll serve --watch
This will run an HTTP server at port 4000 to serve the site.
Datasets
--------
The data on the site comes from 2 datasets: cm-budgets and cm-pib.
### cm-budgets
This contains the data for the Councils' Budget pages. The source CSV has the columns:
* Head-account
* Head-account description
* Sub-account
* Sub-account description
* Year
* Reporting type
* ACTUAL
* BUDGET
* Amount
* Revenue/Expenditure
* REVENUE
* EXPENDITURE
* Recurrent/Investment
* RECURRENT
* INVESTMENT
* Expense type
* Region
* Extrême-Nord
* Nord
* Adamaoua
* Est
* Sud
* Centre
* Ouest
* Nord-Ouest
* Sud-Ouest
* Littoral
* Council
* Division type
* COUNCIL
* REGION
The sub-bullet points describe the valid values for that specific column.