I. Prerequisites
III. Verify whether package is installed.# Download the Webglimpse tarball wget http://cpanel.webglimpse.net/cpanel-addons/webglimpse-cpanel-addon.tar.gz # Unpack the files tar -xzf webglimpse-cpanel-addon.tar.gz # Make a Webglimpse addon directory mkdir /usr/local/cpanel/addons/Webglimpse # Put the files into /usr/local/cpanel/addons mv Webglimpse/* /usr/local/cpanel/addons/Webglimpse # this places the Webglimpse logo where users can see it from the Script Library tool cp /usr/local/cpanel/addons/Webglimpse/*.png /usr/local/cpanel/base/frontend/x/addoncgi/ # We also need Glimpse # Choose the correct glimpse binary for your OS. Please view the list at # http://webglimpse.net/download.php wget http://webglimpse.net/bindist-glimpse/glimpse-4.18.5.bin.Linux-2.6.9-22.0.1.ELsmp-x86_64.tar.gz # Move it to where Webglimpse can find it mv glimpse-4.18.5.bin.Linux-2.6.9-22.0.1.ELsmp-x86_64.tar.gz /usr/local/cpanel/addons/Webglimpse/pkg.tar.gz
Go again to Administrator cPanel interface and check in "Addon Script Manager" whether "Webglimpse" is available in scripts list. Press "Update All Installs" -> Update.
Now you can login through user cPanel interface and you can find Webglimpse installer available in: "Scripts Library" -> "Webglimpse"
IV. Removal Instructions (if you want to remove Webglimpse - not necessary for installation!)
Due to limitations of the cPanel 10.X interface, Webglimpse script is not able to remove all files that it creates. cPanel auto remover will remove only directory where http://user_domain/dir is located, but script also create http://user_domain/cgi-bin/cwg and HOME/cwg directories that should be removed manually.