This app tracks resource flows in the health sector from their many sources to the ultimate health function they serve. Information about health spending, both planned and realized, are essential for evidence-based budgeting, planning and policy-making.
# .git/config
[remote "origin"]
fetch = +refs/heads/*:refs/remotes/origin/*
url = [email protected]:siyelo/hrt.git
[remote "staging"]
url = [email protected]:hrtstaging.git
fetch = +refs/heads/*:refs/remotes/staging/*
[remote "production"]
url = [email protected]:hrtprod.git
fetch = +refs/heads/*:refs/remotes/production/*
Preferably use rbenv.
We are no longer supporting RVM.
Database:
cp config/database.yml.sample config/database.yml
Edit config/database.yml per your environment. This file is not tracked by git.
rake db:setup
rake db:populate [optional]
Tests/TDD - before every commit, and after every fetch, is your friend.
$ rake test
Develop on a local feature branch, make a pull request via GitHub.
HRT - Health Resource Tracker Copyright (C) 2011 Abt Associates Inc.
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.
For pre v2.0 code, see https://github.com/siyelo/hrtv1