DoDo Select is a web application developed using laravel framework. We believe managing products and inventory must be an enjoyable and creative experience to be truly fulfilling. DoDo Select takes the pain out of management by connecting it to multiple channels like:
- WP WooCommerce
- Lazada
- Shopee
- Facebook Autoreply and many more to be added
DoDo Select is accessible, powerful, and provides tools required for large, reliable, robust inventory management.
- Execute these commands to clear and restart queues
service supervisor stopredis-cli flushallservice supervisor start
- Git pull from the repository
- Write config settings on
.envfileQUEUE_CONNECTION = 'redis'REDIS_CLIENT = 'predis' or 'phpredis'
- Change permission to
777forstoragedirectory- Paths needed:
storage/app/shopee/airway_billsstorage/app/lazada/airway_bills
- Paths needed:
- Execute
composer install - Run migration
php artisan migrate - Install
wkhtmltopdf - Install
GhostScript - Install
apt install libthai0 xfonts-thai
- Install
redis,supervisor,phpredis- If
phpredisnot possible, installpredisusing composer
- If
- Supervisor config files
- horizon[
.ini(Debian)/.conf(centOS)] worker config
[program:horizon] process_name=%(program_name)s command=php (path/to/project)/artisan horizon autostart=true autorestart=true redirect_stderr=true stdout_logfile=(path/to/project)/storage/horizon.log stopwaitsecs=3600- queue[
.ini(Debian)/.conf(centOS)] worker config
[program:dodo-worker] process_name=%(program_name)s_%(process_num)02d command=php (path/to/project)/artisan queue:work autostart=true autorestart=true stopasgroup=true killasgroup=true numprocs=1 redirect_stderr=true stdout_logfile=(path/to/project)/storage/worker.log stopwaitsecs=3600
- horizon[
- 1. Product
- 2. Order
- 2.1. Purchase Order
- 3. Shipment
- 3.1. Manage Shipper
- 4. CRM
- 4.1 Customers
- 5. WooCommerce
- 6. Report
- 7. Settings
- 8. Facebook
Copyright © All rights reserved by AC Plus Global Co., Ltd.