2010-11-04 02:46:38 +07:00
|
|
|
#!/bin/sh
|
|
|
|
#
|
2012-06-06 21:13:34 +07:00
|
|
|
echo Setup idempiere Server
|
2010-11-04 02:46:38 +07:00
|
|
|
|
2012-06-06 21:13:34 +07:00
|
|
|
# Setup idempiere.properties and idempiereEnv.properties
|
|
|
|
./idempiere --launcher.ini setup.ini -application org.adempiere.install.console-application
|
2010-11-04 02:46:38 +07:00
|
|
|
|
2014-10-13 10:05:19 +07:00
|
|
|
# Setup Jetty
|
2012-06-06 21:13:34 +07:00
|
|
|
./idempiere --launcher.ini setup.ini -application org.eclipse.ant.core.antRunner -buildfile build.xml
|
2010-11-04 02:46:38 +07:00
|
|
|
|
|
|
|
echo .
|
|
|
|
echo For problems, check log file in base directory
|