Hi,
From my point of view, the best way to run the ABS is to:
- download, install and configure the lastest tomcat releaser
- Sync the git repository:
2.1git clone https://github.com/axelor/abs-webapp.git
2.2cd abs-webapp
2.3 edit the.gitmodulesand replace the url by https://github.com/axelor/axelor-business-suite.git
2.4 sync submodules:git submodule init; git submodule update; git submodule foreach git checkout master; git submodule foreach git pull origin master
3 edit the \abs-webapp\src\resources\main\application.properties
4 executegradlew war
5 put the war files into the webapps dir of tomcat and wait for complete deployement (see catalina.out)
Regards