andyworkbase/magecloud-cloudways-manager

Cloudways service manager

1.0.2 2019-04-02 12:14 UTC

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:

  1. unpack extension package and upload them into Magento root directory/app/code/
  2. php bin/magento setup:upgrade
  3. php bin/magento setup:di:compile
  4. 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;