core-jgi/org.adempiere.server-feature/setup.sh

13 lines
368 B
Bash
Raw Normal View History

#!/bin/sh
#
echo Setup Adempiere Server
# Setup Adempiere.properties and AdempiereEnv.properties
./adempiere -noExit --launcher.ini setup.ini -application org.adempiere.install.application
# Setup Tomcat
./adempiere --launcher.ini setup.ini -application org.eclipse.ant.core.antRunner -buildfile build.xml
echo .
echo For problems, check log file in base directory