globalptr.com earn money with us
Visit this site.


Senin, 07 Desember 2009

Install Adempiere on Ubuntu 8.10

Document created: by Magyusz on 19 Feb 2008 as an update of Install_on_Ubuntu_8.04

(I think this is extremely important when documenting something that is likely to change within a year or so)

This document has a lot of common with Debian_and_PostgreSQL_Install as Ubuntu and Debian have a lot of common too :)

Common problems and their solution is described here: InstallServer

Let's assume you have Ubuntu 8.10 installed (64 bit for now).

sudo apt-get install sun-java6-jdk postgresql-8.3 postgresql-server-dev-8.3

This will most likely install some other packages as well (enter root password for sudo, say yes).

Let's check this:

Install Adempiere on Ubuntu 8.04

Document created: Gabriel 17:42, 15 September 2008 (EDT)

(I think this is extremely important when documenting something that is likely to change within a year or so)

This document has a lot of common with Debian_and_PostgreSQL_Install as Ubuntu and Debian have a lot of common too :)

Common problems and their solution is described here: InstallServer

Let's assume you have Ubuntu 8.04 installed (32 bit for now).

sudo apt-get install sun-java6-jdk postgresql-8.3 postgresql-server-dev-8.3 wget

This will most likely install some other packages as well (enter root password for sudo, say yes).