Skip to content
This repository has been archived by the owner on Sep 28, 2022. It is now read-only.

Latest commit

 

History

History
52 lines (33 loc) · 1.08 KB

README.md

File metadata and controls

52 lines (33 loc) · 1.08 KB

vbrowser

A SPARQL-driven vocabulary browser

NOTE: preliminary

Setup

$ npm install 
$ bower install 

See configuration examples under config/.

Example of setting up a browser for a particular vocabulary:

$ gulp --config  ./config/ioos_param.js

Then open app/index.html in your browser. Using a local http server to serve this directory, for example, with http-server:

$ http-server
Starting up http-server, serving ./ on port: 8080
Hit CTRL-C to stop the server

open http://localhost:8080/app/

Generating archive for deployment

Example of generating a distribution for deployment:

$ gulp dist --config  ./config/ioos_param.js

Then copy and expand dist/vbrowser-ioos_param.zip on target location.

Some examples deployed: