How to install modules for UNACMS

Prerequisites:

  • - Have UNA already installed and running.
  • - Have FTP access or SSH access to your website.

To install any module in FTP mode, you need to do 3 steps:

  1. Download the module clicking on the Download button from the product's page.
  2. Unzip your file and upload it to the /modules/vendor/ directory where 'vendor' is the name of the developer in lowercase.
  3. Login to your studio and click on the Apps Market icon. Then click on Install button under the module's name.

To install any module in SSH mode, you need to this steps:

  1. Go to the download page of the product and copy the download link
  2. In your SSH Terminal console, download the module using wget like this wget link
  3. Unzip your file
  4. Create the /modules/vendor directory if not exists, where 'vendor' is the name of the developer in lowercase.
  5. Move the unzipped directory to /modules/vendor, the directory now looks like this '/module/vendor/modulename/'
  6. Login to your studio and click on the Apps Market icon. Then click on Install button under the module's name.

In case there is no Download available or you hired a service, send a direct message to the seller.

At this time we have no support for UnaCloud Members. They offer a closed solution where you do not have access to the server so there is no workaround to install third party modules from outside of their own market.