Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

  1. Please download newest release package (file attached)

  2. All source code of PWA POS is in Source/client/pos

  3. Please install npm to run build PWA Pos https://www.npmjs.com/get-npm

  4. Upload your POS customize to source code of PWA POS

  5. In folder Source/client/pos run command line “npm install”

  6. To build POS please run npm run build in folder Source/client/pos

  7. Please copy all data in folder Source/client/pos/build to folder Source/server/app/code/Magestore/Webpos/build/apps/pos/ (If it doesn't have that folder please create it).

  8. Run command line to install all extension of Magestore

    php bin/magento setup:upgrade; 
    php bin/magento setup:di:compile;
    php bin/magento cache:flush;
  9. Please run the command line php bin/magento webpos:deploy to deploy POS.

  • No labels