Install Modules from Marketplace
Install Modules
This section provides a step by step explanation on how to Install modules from Etendo Marketplace.
- First, go to Etendo Marketplace.
- Browse or search for the module that you want to install.
- Click on the module to see its details, such as the version, description, and compatibility with different platforms and applications.
- Check the requirements for the module, such as any dependencies or system configurations needed to run the module.
- Select the format for the installation of the module, Source or JAR, and copy the corresponding dependency.
- Go to the
build.gradle
file and paste the dependency in the dependencies section. -
To work with sources, you have to expand modules tasks available.
This task will try to download and install the added module.
A menu will be displayed showing the modules that will be expanded, you have to confirm manually to continue with the expansion.Info
Remember to configure the credentials in
gradle.properties
file -
Finally, install or update the database with the new modules
- Verify that the module is installed correctly by checking that its functions or features are available in the application or platform where you want to use it.