Configuration
Axelor connect is an Enterprise
module, that can be installed and used from Axelor’s nexus repository.
Nexus Configuration
settings.gradle
In settings.gradle
file, inside dependencyResolutionManagement
, declare a new repository to let gradle install axelor-connect module from the dedicated Nexus repository.
dependencyResolutionManagement {
repositories {
// keep the declaration of your other repositories there
maven {
name 'maven-enterprise'
url 'https://repository.axelor.com/nexus/repository/maven-enterprise/'
credentials {
username axelorMavenUsername
password axelorMavenPassword
}
}
}
}
Configuration
Axelor Connect requires Basic authentication
to be enabled. To do so, add the following line to axelor-config.properties
file:
auth.local.basic-auth = indirect, direct
Installation
To install axelor connect:
-
Go to the menu
Apps management
-
Search for
Axelor connect
-
In
Connect
app card, clickInstall
After installing Connect
, its menu will appear in left sidebar with the following entry menus:
-
Connect: redirect to connect server
https://connect.axelor.com
. -
Webhooks: A set of actions to trigger automated workflow.