@powrhub/wms
v4.4.4
Published
Warehouse management system
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
wms-app installation script
create a folder for the application and change directory to your folder.
the script will download a& install wms-app
# install script for wms-app curl -fsSL https://raw.githubusercontent.com/things-factory/things-factory/master/packages/wms-app/installer/install.sh | bash -srun 'start.sh' to start wms-app 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
