Skip to content

Latest commit

 

History

History
executable file
·
21 lines (13 loc) · 744 Bytes

File metadata and controls

executable file
·
21 lines (13 loc) · 744 Bytes

Catalogues-UI

Overview

This package provides a prototype framework for visualising Skycam data. It is written in Backbone.js. Some of the parameter names and directories are relics of porting the structure from a different project.

Installation

  1. Clone the repository

  2. Edit config.json configuration file. Change _*.dir parameters to match package path distribution and db_* to point to whereever the Skycam database is held. This requires that the database is served externally without a password

  3. Start serving files through (node http.js) and start webservice (node ws.js)

  4. Point browser to localhost:[http_port] where [http_port] is the port specified in config.json (default 5002)