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
|
2021-01-07 02:07:05 +07:00
|
|
|
./idempiere --launcher.ini setup.ini -application org.adempiere.install.application $@
|
2010-11-04 02:46:38 +07:00
|
|
|
|
2014-10-13 10:05:19 +07:00
|
|
|
echo ... Setup Jetty
|
|
|
|
# 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
|
|
|
|
2012-02-02 10:49:17 +07:00
|
|
|
echo ...
|
2010-11-04 02:46:38 +07:00
|
|
|
echo For problems, check log file in base directory
|