0.1.0 • Published 8 years ago

tsdms v0.1.0

Weekly downloads
1
License
ISC
Repository
bitbucket
Last release
8 years ago

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