A web based catalog of IOOS services and datasets, available at http://catalog.ioos.us
The Catalog obtains all service URLs from the metadata managed via IOOS Service Registry and accessed through the ESRI Geoportal Server hosted by NGDC. See the registry documentation for instructions for getting dataset metadata into the Service Registry.
git clone https://github.com/ioos/catalog/
brew install mongodb
It's highly encouraged to get Robomongo as well.
Assuming you have virtualenv_wrapper
mkvirtualenv --no-site-packages catalog
cd catalog
pip install -r requirements.txt
Obtained from an administrator of the project to ensure you can't alter production
source env
fab -c .fab db_snapshot
brew install redis
Run Redis
foreman start