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.
-
Clone the repository
-
Edit
config.jsonconfiguration file. Change_*.dirparameters to match package path distribution anddb_*to point to whereever the Skycam database is held. This requires that the database is served externally without a password -
Start serving files through (
node http.js) and start webservice (node ws.js) -
Point browser to
localhost:[http_port]where [http_port] is the port specified inconfig.json(default 5002)