description |
---|
- Open Plesk Panel
- Go to Extensions Catalog and install "Panel.ini Editor"
- Open the Panel.ini Editor
- Add these lines & save
[license]
fileUpload=true
[ext-catalog]
extensionUpload = true
[php]
settings.general.open_basedir.default="none"
After activation of extensionUpload
go to Server Management > Extensions
Then upload the zip file fron the upload button
For automatic install: In order to make automatic install when the user creates new domain, you must go to Home->Service Plans->Hosting Plans and then click on Additional Services and select Install Microweber from the dropdown box.
For manual install: Click the Microweber icon in the sidebar under Server management->Microweber and then click on Install and select Domain from the dropdown box.
For plugin setup: Go to Server management->Microweber->Settings and you will be able to set various options of the plugin and also connect it to WHMCS.
For templates setup: Go to Server management->Microweber->Versions and you will be able update the plugin and download templates
If your server is slow you can improve the speed by editting some server setting
- open the created /etc/nginx/conf.d/directives.conf file in a text editor
nano /etc/nginx/conf.d/directives.conf
- Add required directives. For example:
proxy_buffer_size 128k;
proxy_buffers 4 256k;
proxy_busy_buffers_size 256k;
Folders where the plugin will be installed:
/opt/psa/admin/sbin/modules/microweber
/usr/local/psa/admin/plib/modules/microweber
/usr/local/psa/admin/share/modules/microweber
/usr/local/psa/var/modules/microweber