@things-factory/operato-predictor
v3.1.22
Published
automated reporting service
Downloads
16
Maintainers
Keywords
Readme
Operato Predictor
- Operato : Solution family brand of hatiolab.com(http://www.hatiolab.com)
- Predictor : Data Science Solution)
prerequisites
- nodejs version 12
- curl
recommended python environment
- miniconda / conda
install from docker
operato-predictor installation script
create a folder for the application and change directory to your folder.
the script will download a& install operato-predictor
# install script for operato-predictor curl -fsSL https://raw.githubusercontent.com/things-factory/things-factory/master/packages/operato-predictor/installer/install.sh | bash -s # install script for operato-robotics windows # for windows curl -fsSL https://raw.githubusercontent.com/things-factory/things-factory/master/packages/operato-predictor/installer/start.bat
run 'start.sh' to start operato-predictor and 'stop.sh' to stop the running applicaton.
on initial start, run 'migrate.sh' first to migrate database.
# data migration $ ./start.sh $ ./migrate.sh $ ./stop.sh # restart with service port no. $ ./start.sh 80