Skip to content
This repository has been archived by the owner on Jan 31, 2020. It is now read-only.

Beginner's Guide to the GMS Web Viewer

Obi Griffith edited this page Mar 24, 2014 · 51 revisions

Contents

Introduction

The GMS comes pre-installed with a fully functional web viewer. The web viewer is configured as a ruby on rails app with apache server. It is accessible by default at http://localhost.

The app allows rapid searching and filtering of models, builds, processing profiles, instrument data and subjects. It also allows convenient browsing of data directories for all builds at http://localhost/data/. This tutorial will walk through screenshot examples of many of the views available.

Search Models

The main page of the GMS webviewer (shown below) defaults to the list of current models in the GMS database. Additional tabs show similar views for Processing Profiles, Instrument Data, Subjects, Builds. Search Models Page


Searching and Filtering

Searching and Filtering

Model Details

Model Details

Search Processing Profiles

Search Processing Profiles

Processing Profile Details

Processing Profile Details

Search Instrument Data

Search Instrument Data

Instrument Data Details

Instrument Data Details

Search Subjects

Search Subjects

Subject Details

Subject Details

Search Builds

Search Builds

Build Details

Build Details

Workflow Stderr

Workflow Stderr

Workflow Stdout

Workflow Stdout

Build Data Directory

Build Data Directory

Apache Configuration and Security

The default apache configuration hosts the gms web viewer app at http://localhost and serves all data in /opt/gms/ at http://localhost/data/


Home Install Tutorials FAQ
Clone this wiki locally