Install Compiere in ubuntu By: Onno W. Purbo # apt-get install sun-java5-bin sun-java5-demo sun-java5-fonts # apt-get install sun-java5-jdk sun-java5-jre sun-java5-plugin cp oracle-xe_10.2.0.1-1.0_i386.deb /usr/local/src cd /usr/local/src dpkg -i oracle-xe_10.2.0.1-1.0_i386.deb Note: Need Big SWAP /etc/init.d/oracle-xe configure 8080 1521 password password y http://localhost:8080/apex create user compiere vi /etc/environment PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/lib/jvm/java-1.5.0-sun/bin" LANG="en_US.UTF-8" JAVA_HOME="/usr/lib/jvm/java-1.5.0-sun" ADEMPIERE_HOME="/home/postgres/Adempiere" COMPIERE_HOME="/home/postgres/Compiere2" # /etc/init.d/oracle-xe restart Pastikan POP3 IMAP & SMTP server running login to user postgres $ cp -Rf Compiere_261.tar.gz /home/postgres $ cd /home/postgres $ tar zxvf Compiere_261.tar.gz $ cd /home/postgres/Compiere2/utils $ ln -s RUN_UnixEnvTemplate.sh RUN_UnixEnv.sh $ chmod +x /home/postgres/Compiere2/RUN_* $ cd /home/postgres/Compiere2 $ ./RUN_setup.sh