/
How to install Magestore POS Lite via composer
How to install Magestore POS Lite via composer
Install POS
The steps marked in bold are required
Turn on Maintenance
php bin/magento maintenance:enable
Require Magestore POS lite
composer require magestore/pos-lite
Turn on Developer mode
php bin/magento deploy:mode:set developer
Set indexer mode to real-time
Run Magento upgrade to Install POS
Deploy POS client apps
Run code compilation
Adjust the Redis session configuration
Adjust manually
Open file
app/etc/env.php
in your favorite editorScroll down to the
session
section belowRedis configurationEdit 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
Set indexer mode back to the schedule
Reindex all
Turn on production mode
Turn off maintenance
, multiple selections available,
Related content
How to install Magestore POS Lite from package
How to install Magestore POS Lite from package
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
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
Build and Install POS from scratch
Build and Install POS from scratch
More like this
How to Install brand new Customized Magestore POS via SSH
How to Install brand new Customized Magestore POS via SSH
More like this