Problem Install

Hi
i’m trying to install axelor by reading technical doc but it’s very complex and i don’t really know if i’m in the wrong way or not

This is my method (install dependancies : jdk 1.8 / gradle / postgresql => OK) I use ubuntu 16.04 server as OS
After that
git clone GitHub - axelor/open-platform-demo: Demo App based on Axelor Open Platform -b master in /opt => OK

then i try to follow the doc

gradle build

I’ve got an error

Task :test FAILED

com.axelor.app.ServiceTest > initializationError FAILED
com.google.inject.CreationException
2 tests completed, 1 failed
FAILURE: Build failed with an exception.

If someone can give me a way to install it , it would be very nice.
The demo seems to have an excellent potential => i must test this solution so as to replace my odoo servers

hi,try :
->gradlew -x test clean build

Hi
thanks Malek