generic-hub
Generic-hub is a Grails web application that is aimed to be an example implementation of the ALA Biocache (occurrence record search interface). There is very little code in this project as most of the functionality is provided by a Grails plugin called biocache-hubs. If you intend to create your own custom skinned version of the Biocache webapp, then this is the project you should clone/fork as a starting point.
Getting started
First download and install Grails (check the application.properties
file
to see which version is required). Fork this project to your local machine.
Then try running the app with the command line:
cd generic-hub
grails run-app
Skinning
To do
Configuration
To do