[code will appear after you log in or sign up]
Installation script can also be executed using CLI for automated installs (without requiring user interaction):
curl -L -XPOST "[direct-admin-panel-url]/CMD_PLUGIN_MANAGER" -H "Authorization: Basic base64_encode("[panel-user]:[panel-password]")" -F "passwd=[panel-password]" -F "install=yes" -F "json=yes" -F "action=add" -F "type=file" -F "MAX_FILE_SIZE=10485760" -F "file1=@[path-to-plugin-archive].tar.gz;type=application/x-gzip"
Important:
When running CLI installer will verify PHP CLI configuration and not the actual PHP configuration that will be used for running builder. Make sure they match.
To update the plugin to the latest version, take the following steps:
If you need to reinstall the plugin when it already has the latest version, take the following steps: