postgres=# CREATE USER adempiere WITH PASSWORD 'adempiere';
CREATE ROLE
postgres=# CREATE DATABASE adempiere;
Simple Script
$ wget https://bintray.com/artifact/download/adempiere/Official-Repository/Adempiere_380LTS.zip
$ unzip Adempiere_380LTS.zip
$ cd Adempiere
$ cp AdempiereEnvTemplate.properties AdempiereEnv.properties
$ vi AdempiereEnv.properties
$ chmod a+x RUN_silentsetup.sh
$ ./RUN_silentsetup.sh
$ cd utils
$ ./RUN_ImportAdempiere.sh
$ ./RUN_Server2.sh
0 comments:
Post a Comment