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

13 lines
367 B
Bash
Raw Normal View History

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