The LHW Dashboard is an application aiming to provide basic reporting intelligence on top of the google ODK based collection system for DSD.
Assuming you have Rails 3.2, Ruby 1.9.3 (with devkit if your on windows) and MySQL setup:
- Import the MYSQL Dump file to load the meta-data into lhw_development or whatever you have defined in /config/database.yml.
- Create Yetting.yml (see the sample file) in your /config folder and enter the Google Fusion Table account name and password given to you.
Run the following command to install dependencies:
bundle install
And start the server!
Rails s
Please refer to the wiki for details
Detailed Documentation is also available online
If you have any questions, comments, or concerns please use the GitHub Issues tracker
If you discover any bugs, feel free to create an issue on GitHub. Please add as much information as possible to help us fixing the possible bug. We also encourage you to help even more by forking and sending us a pull request.
MIT License. Copyright 2012 World Bank.