andyworkbase / magecloud-cloudways-manager
Cloudways service manager
Installs: 0
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:magento2-module
Requires
- php: ~5.6.0|~7.0.0|~7.1.0|~7.2.0
- magento/module-backend: 100.*
- magento/module-page-cache: 100.*
This package is auto-updated.
Last update: 2025-04-29 01:00:43 UTC
README
Installation:
Composer:composer require andyworkbase/magecloud-cloudways-manager
composer update
Manually:
- unpack extension package and upload them into Magento root directory/app/code/
- php bin/magento setup:upgrade
- php bin/magento setup:di:compile
- php bin/magento setup:static-content:deploy
Manager - System -> Cache Management -> Cloudways Manager
Configuration - Stores -> Configuration -> MageCloud -> Cloudways Manager
Features:
- check Cloudways services state (apache, elasticsearch, mysql, varnish, etc...);
- enable Varnish service;
- disable Varnish service;
- purge Varnish service cache;
- automatically purge Varnish service cache (purge cache when clicking the 'Flush Cache Storage' button in System -> Cache Management);
Available CLI commands:
- magecloud:cloudways-manager:service-state;
- magecloud:cloudways-manager:varnish-enable;
- magecloud:cloudways-manager:varnish-disable;
- magecloud:cloudways-manager:varnish-purge;