Skip to content
This repository has been archived by the owner on Oct 18, 2019. It is now read-only.

ioos/service-monitor

Repository files navigation

The IOOS Service Monitor

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/service-monitor/

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

IOOS Website Mission Statement

IOOS.gov is where we tell the IOOS and OCGL story, through visually compelling imagery and storytelling. We inspire visitors by providing easy access to engaging, accessible, and dynamic OCGL data, news, and blue technology for stakeholders in industry, education, government and for curious citizens.