ADempiere Install Linux&PostgreSQL

From ADempiere
Revision as of 12:03, 24 October 2006 by Goanookie (Talk)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
This Wiki is read-only for reference purposes to avoid broken links.

Installation instructions:

Linux & PostgreSQL

This document describes the process of installing a fresh ADempiere using the installer install-linux.jar. The package contains the sources of the PostgresSQL-8.1.4 server which will be compiled and installed in the process.

Pre-requisites

  • GNU make 3.76.1 or later.
  • gcc compiler
  • The tar utility
  • The readline library
  • The readline-devel library
  • The zlib compression library
  • The zlib-devel compression library
  • JAVA_HOME variables declared for postgres user
 export JAVA_HOME=/app/java/jdk1.5.0_08/
 export PATH=$JAVA_HOME/bin:$PATH
  • PostgreSQL not installed, not running
 ie : wget http://ufpr.dl.sourceforge.net/sourceforge/adempiere/install-linux.jar