Geoloader?

Is there an explanation on how to use geoloader? I am having a hard time figuring out how to load my geotiffs to GeoServer and came across Geoloader but have no idea where to get it and how to use it. Any help would be appreciated.

Thanks

Were you able to install the gem (http://rubygems.org/gems/geoloader)? Once installed, you just need to create a file (~/.geoloader.yaml or in the local directory config.yaml) with the server credentials for geoserver. Then, just run the commands for geoserver (https://github.com/scholarslab/Geoloader#geoloader-geoserver):


$ geoloader geoserver load path/to/files/*.tif

HTH,
Wayne