2015-12-18 10:42:29 +01:00
# Tfm - affordable quality automation in the cloud
2015-12-18 10:41:52 +01:00
TFM consists of following components:
2015-12-27 06:28:38 +01:00
* TFM APP - server for collecting data from all the TFM distributed collectors, scenario builder, confiurator and rule engine as well as UI for final user consumption
2015-12-27 06:29:14 +01:00
* TFM Controller - daemon running on embedded platform for reading the sensors, executing commands in offline and online mode
2015-12-18 10:41:52 +01:00
2019-07-28 12:07:18 +02:00
# Deploying to server:
1. ssh to agrar.zoblak.com
2. do meteor build . on dev computer
3. cp app.tar.gz to zoblak@agrar .zoblak.com:/home/zoblak/
4. sudo su
5. cd
6. npm install -g node-gyp # for bcrypt to build correctly
7. npm install -g node-pre-gyp # for bcrypt to build correctly
6. ./deploy.sh