Https://docs.axelor.com/adk/4.0/getting-started/install/linux.html

please i need some help here:

when I run:
./gradlew installDist
i got this error:

Starting a Gradle Daemon, 1 incompatible and 1 stopped Daemons could not be reused, use --status for details

FAILURE: Build failed with an exception.

  • What went wrong:
    Task ‘installDist’ not found in root project ‘axelor-development-kit’.

  • Try:
    Run gradlew tasks to get a list of available tasks. Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.

  • Get more help at https://help.gradle.org

BUILD FAILED in 4m 0s

Hi,

First the last ADK is 5.0.14 so do not use the 4.x version. You can clone if from the github https://github.com/axelor/axelor-development-kit.git and compile it using gradlew --no-daemon -x test build.

Just note thay the ADK do not have any app. If you want to install Axelor you need to make the same with https://github.com/axelor/axelor-business-suite (follow the instructions to correctly clone it)

Regards