I've been looking into this and have not found an easy way to do it locally. The system is not designed to work in that manner.
You could try:
You could try:
- Change the extension to .zip
- Unzip the package.
- Upload the 'sentastico' folder to /etc/sentora/panel/modules/
- Open phpMyAdmin > sentora_core > x_modules table and add:
Code:INSERT INTO `x_modules` (`mo_category_fk`, `mo_name_vc`, `mo_version_in`, `mo_folder_vc`, `mo_type_en`, `mo_desc_tx`, `mo_installed_ts`, `mo_enabled_en`, `mo_updatever_vc`, `mo_updateurl_tx`) VALUES
(3, 'Sentastico', 20130, 'sentastico', 'user', 'Sentastico is an open-source package installation tool which will quickly and effortlessly copy a wide range of open-source web scripts to your hosting space and then re-direct you to the installer to enable you to personalize your setup! By using Sentastico you save time and bandwidth by not needing to upload large web scripts to your hosting space.', 1444862022, 'true', '', '');
- Then go to Module Admin and make sure the permissions are set for all accounts to use and save even if you do not make changes.