Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Last revision Both sides next revision
litespeed_wiki:cpanel:cli-lscwp-management [2019/04/19 20:05]
Michael Alegre [Command-Line Interface - LiteSpeed Cache For WordPress Management]
litespeed_wiki:cpanel:cli-lscwp-management [2019/07/01 18:10]
Michael Alegre [Command-Line Interface - LiteSpeed Cache For WordPress Management] Updated script help page to match v1.7 help output.
Line 2: Line 2:
 This page covers the various cache management options available through our lsmctl cli script. Most of these options are also available through our [[litespeed_wiki:​cpanel:​whm-plugin-lscwp-management|WHM plugin for cPanel]]. This page covers the various cache management options available through our lsmctl cli script. Most of these options are also available through our [[litespeed_wiki:​cpanel:​whm-plugin-lscwp-management|WHM plugin for cPanel]].
  
-As of LiteSpeed Enterprise 5.1.14, a command-line interface script was added under ''/​usr/​local/​lsws/​admin/​misc/​lscmctl''​ for executing basic cache management actions through the terminal or in a cron job. The help page for this script is included below.+As of LiteSpeed Enterprise 5.1.14, a command-line interface script was added under ''/​usr/​local/​lsws/​admin/​misc/​lscmctl''​ for executing basic cache management actions through the terminal or in a cron job. As of versions 1.4 of the script, the ability to recommend a plugin or broadcast a message to all discovered WordPress installations is also available. The help page for this script is included below.
  
 [[https://​blog.litespeedtech.com/​2017/​06/​28/​wpw-autodiscovery-lscache-and-the-command-line/​|Learn more about the CLI script on our blog.]] [[https://​blog.litespeedtech.com/​2017/​06/​28/​wpw-autodiscovery-lscache-and-the-command-line/​|Learn more about the CLI script on our blog.]]
 +
 +**Supported Control Panel Environments:​** cPanel/WHM and Plesk
  
 **Note:** You must have a license with LSCache enabled to use these features. **[[litespeed_wiki:​licenses:​add-lscache|How To Get LSCache]]** **Note:** You must have a license with LSCache enabled to use these features. **[[litespeed_wiki:​licenses:​add-lscache|How To Get LSCache]]**
  
 <​code>​ <​code>​
-LiteSpeed Cache Manager CLI Tool v1.                                                                                                                                                                     +LiteSpeed Cache Manager CLI Tool v1.                                                                                                                                                                     
                                                                                                                                                                                                                                                                                                                                                                                                                        
                                                                                                                                                                                                                                                                                                                                                                                                                        
Line 57: Line 59:
 during mass operations. during mass operations.
  
-unflag <wp path> +unflag ​{-m | <wp path>} 
-    Unflag a single WordPress installation. Flagged installations will be  +    Unflag ​all discovered WordPress installations with the -m parameter or  
-skipped during mass operations.+single ​installation by providing the path to the WordPress installation ​ 
 +directory. Flagged installations will be skipped during mass operations.
  
 status <wp path> status <wp path>
Line 71: Line 74:
 installation directory. A plugin slug can be included to have an  installation directory. A plugin slug can be included to have an 
 install/​activate button for that plugin added to the message as well.  install/​activate button for that plugin added to the message as well. 
-Installations containing a '​.dash_notifier_bypass'​ file will not be notfiied.+Installations containing a '​.dash_notifier_bypass'​ file will not be notified.
  
 dashnotifyremove {-m | <wp path>} dashnotifyremove {-m | <wp path>}
Line 77: Line 80:
 WordPress installations with the -m parameter or a single installation by  WordPress installations with the -m parameter or a single installation by 
 providing the path to the WordPress installation directory. providing the path to the WordPress installation directory.
 +
 +cpanelplugin {--install | --uninstall | -autoinstall [{0 | 1}]}
 +    [cPanel/WHM Environment Only] Install or uninstall the LiteSpeed user-end ​
 +plugin for cPanel for all cPanel accounts using the '​--install'​ and 
 +'​--uninstall'​ input flags. The plugin will appear as "​LiteSpeed Web Cache 
 +Manager"​ under '​Advanced'​ in the user's cPanel dashboard. The '​-autoinstall' ​
 +input param can be used to check the current auto install status. When turned ​
 +on, the cPanel plugin will be automatically installed when installing/​updating ​
 +the WHM plugin. Use '​-autoinstall {0 | 1}' to manually turn this off and on 
 +respectively.
 +
 +addinstalls {-wpinstall <wp path> <​docroot>​ <server name> <site url>} | -wpinstallsfile <​installs file path>}
 +    Add a WordPress installation to existing scan data. This "​custom"​ data will 
 +be stored in it's own lscm.data.cust data file under the "​lsws/​admin/​lscdata" ​
 +directory. A single installation can be added using the -wpinstall parameter ​
 +with space separated list of installation info in the required order (<wp path> ​
 +<​docroot>​ <server name> <site url>). Multiple installations can be added at 
 +once using the -wpinstallsfile parameter to provide the path to an installs ​
 +file containing a newline separated list of installation info in the expected ​
 +format.
  
  
Line 102: Line 125:
   ./lscmctl scan   ./lscmctl scan
  
-  Discover new installations only, passing in path to php binary:+  Discover new installations only, passing in path to PHP binary:
   ./lscmctl -php /​path/​to/​php/​ scan -n   ./lscmctl -php /​path/​to/​php/​ scan -n
  
Line 122: Line 145:
   Remove dashboard notifications (and Dash Notifier plugin) from all discovered WordPress installations:​   Remove dashboard notifications (and Dash Notifier plugin) from all discovered WordPress installations:​
   ./lscmctl dashnotifyremove -m   ./lscmctl dashnotifyremove -m
 +
 +  [cPanel/WHM Environment Only] Install the LiteSpeed user-end plugin for cPanel for all cPanel accounts:
 +  ./lscmctl cpanelplugin --install
 +
 +  [cPanel/WHM Environment Only] Turn off auto install for the LiteSpeed user-end plugin for cPanel:
 +  ./lscmctl cpanelplugin -autoinstall 0
 +
 +  Add a single WordPress Installations to custom data file.:
 +  ./lscmctl addinstalls -wpinstall /​home/​user/​public_html/​wp /​home/​user/​public_html user.com user.com/wp
 +
 +  Add multiple WordPress Installations to custom data file using an installs file.:
 +  ./lscmctl addinstalls -wpinstallsfile /​path/​to/​installs/​file
 </​code>​ </​code>​
 ===== Scan And Enable Using A CronJob ===== ===== Scan And Enable Using A CronJob =====
  • Admin
  • Last modified: 2020/01/03 19:33
  • by Michael Alegre