/
How to Build Magestore POS Open Source
How to Build Magestore POS Open Source
Please download latest release package, then unzip
All source code of Magestore POS Open Source is in
client/pos
Please install npm to run build PWA Pos
https://www.npmjs.com/get-npm
Upload your POS customize to source code of PWA POS
In folder
client/pos
run command line “npm install”To build POS please run
npm run build
in folderclient/pos
Please copy all data in folder
client/pos/build
to folderserver/app/code/Magestore/Webpos/build/apps/pos/
(If it doesn't have that folder please create it).Copy folder
server/app/code/Magestore
to folder<magento root>/app/code/
Run command line to install all extension of Magestore
php bin/magento setup:upgrade php bin/magento setup:di:compile php bin/magento indexer:reindex php bin/magento cache:flush
Please run the command line
php bin/magento webpos:deploy
to deploy POS.
, multiple selections available,
Related content
How to Install Brand New Original Magestore POS via SSH
How to Install Brand New Original Magestore POS via SSH
More like this
What is POS Architecture
What is POS Architecture
Read with this
Build and Install POS from scratch
Build and Install POS from scratch
More like this
How to Update Original Magestore POS via SSH
How to Update Original Magestore POS via SSH
Read with this
How to Install Brand New Customized Magestore POS on Magento Cloud
How to Install Brand New Customized Magestore POS on Magento Cloud
More like this
Why product doesn’t show on POS
Why product doesn’t show on POS
Read with this