@things-factory/operato-wms
v4.3.551
Published
Warehouse management system
Downloads
5,127
Maintainers
Keywords
Readme
Operato WMS
- Operato : Solution family brand of hatiolab.com(http://www.hatiolab.com)
- WMS : Warehouse Management Service
prerequisites
- nodejs version 12
install from docker
operato-wms installation script
create a folder for the application and change directory to your folder.
the script will download a& install operato-wms
# install script for operato-wms curl -fsSL https://raw.githubusercontent.com/things-factory/things-factory/master/packages/operato-wms/installer/install.sh | bash -s
run 'start.sh' to start operato-wms 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