@things-factory/operato-hub
v4.3.564
Published
Operato Business Hub - business, application register and integration
Downloads
2,470
Maintainers
Keywords
Readme
Operato HUB
- Operato : Solution family brand of hatiolab.com(http://www.hatiolab.com)
- HUB : API Hub and Company Management console
prerequisites
- nodejs version 12
install from docker
operato-hub installation script
create a folder for the application and change directory to your folder.
the script will download a& install operato-hub
# install script for operato-hub curl -fsSL https://raw.githubusercontent.com/things-factory/things-factory/master/packages/operato-hub/installer/install.sh | bash -s
run 'start.sh' to start operato-hub 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