/
How to install Magestore POS Lite from package

How to install Magestore POS Lite from package

Install POS

The steps marked in bold are required

  1. Turn on Maintenance

    php bin/magento maintenance:enable
  2. Upload to your Magento2 root directory and extract

    • For .tar.gz package use the below command

      tar -xf pos-lite-v1.0.2.zip -C ./
    • For .zip package use the below command

      unzip pos-lite-v1.0.2.zip -d ./
  3. Copy the POS code to

  4. Turn on Developer mode

  5. Set indexer mode to real-time

  6. Run Magento upgrade to Install POS

  7. Deploy POS client apps

  8. Run code compilation

  9. Adjust the Redis session configuration

    • Adjust manually

      • Open file app/etc/env.php in your favorite editor

      • Scroll down to the session section below

        Redis configuration
      • Edit the value max_concurrency to a suitable number. Magento recommends we set that number by 10% of the number of PHP processes. If you don’t know that then try in the range from 6 to 24 is fine. For example: 20.

    • Adjust by command

  10. Set indexer mode back to schedule

  11. Reindex all

  12. Turn on production mode

  13. Turn off maintenance

 

Related content

How to Install brand new Customized Magestore POS via SSH
How to Install brand new Customized Magestore POS via SSH
More like this
How to install Magestore POS Lite via composer
How to install Magestore POS Lite via composer
More like this
How to install update Magestore POS Lite from package via SSH
How to install update Magestore POS Lite from package via SSH
More like this
How to Build Magestore POS Open Source
How to Build Magestore POS Open Source
More like this
POS Installation (2h)
POS Installation (2h)
More like 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