This is an open source web application used for tracking charity information.
Licensed under Apache License, Version 2.0.
This application requires a Java Development Kit 1.6+ and Grails 2.1.0. If you've never setup a Grails environment before, there is a Getting Started Guide.
First, download the latest and greatest source code:
git clone https://github.com/paul-beyer/charity-champ.git
Build and run the code with the following command:
grails run-app
This project does not require an IDE, but is setup to be edited using an Eclipse-based editor like Groovy/Grails Tool Suite.
- Create a new workspace
- click File -> Import -> General -> Existing Projects into Workspace
- For the root directory, select the charity-champ directory from the git repository that you cloned locally.
- click Finish