Skip to content

benjwadams/service-monitor

 
 

Repository files navigation

The IOOS Catalog

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.

Development

Get a local copy

git clone https://github.com/ioos/catalog/

Get MongoDB

Mac

brew install mongodb

It's highly encouraged to get Robomongo as well.

Setup a Virtualenv for the IOOS Catalog

Assuming you have virtualenv_wrapper

mkvirtualenv --no-site-packages catalog
cd catalog
pip install -r requirements.txt

Setup the fab file and ENV

Obtained from an administrator of the project to ensure you can't alter production

Clone the production database

source env
fab -c .fab db_snapshot

Get Redis

Mac

brew install redis

Run Redis

Run the catalog

foreman start

About

A web based catalog of IOOS services and datasets

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 50.9%
  • HTML 40.3%
  • CSS 5.0%
  • JavaScript 3.7%
  • Shell 0.1%