tsdms

Time Series Data Management System

Usage no npm install needed!

<script type="module">
  import tsdms from 'https://cdn.skypack.dev/tsdms';
</script>

README

wscada.net

a Sails application

Installation

Development Mode

  1. Create a folder named 'www' and create a soft link to the assets folder
$ mkdir www  
$ ln -s ../../wscada.net-ui/assets/ www/assets  
  1. Create a soft link named 'wscada-ui' inside node_modules to link to the wscada-ui library available as node module
$ ln -s ../../wscada.net-ui/lib/ node_modules/wscada-ui

Production

Install node.js

apt-get install node curl -sL https://deb.nodesource.com/setup_5.x | sudo -E bash - sudo apt-get install -y nodejs