Install Prerequisites
From iDempiere en
Revision as of 23:22, 7 June 2015 by CarlosRuiz (talk | contribs) (Created page with "<!-- breadcrumb --> <font size=-2> ⇐ Table of Contents | Install Prerequisites | Downloading Installers ⇒ </font> In order to run iDemp...")
⇐ Table of Contents | Install Prerequisites | Downloading Installers ⇒
In order to run iDempiere you need to have a JDK (not JRE) version of java, and a proper database (PostgreSQL and Oracle are supported).
For reference this tutorial cover using the following versions:
- Ubuntu 14.04.2 64 bits
- PostgreSQL 9.4.1 (it's also tested and working with version 8.4.22)
- PostgreSQL contrib (for UUID support)
- OpenJDK 1.7.0_75 (for version 2.1 it requires it works with 1.6.0_34)
Install Ubuntu
Please refer to http://www.ubuntu.com/download
Install PostgreSQL 9.4.1
iDempiere can also run with Oracle 10G or 11G, and also with PostgreSQL 8.4 to 9.3, but for this tutorial we use postgresql 9.4.1 - see http://www.postgresql.org/download/linux/ubuntu/ for details
echo "deb http://apt.postgresql.org/pub/repos/apt/ trusty-pgdg main" | sudo tee /etc/apt/sources.list.d/pgdg.list wget --quiet -O - https://www.postgresql.org/media/keys/ACCC4CF8.asc | sudo apt-key add - sudo apt-get update sudo apt-get install postgresql-9.4 sudo apt-get install postgresql-contrib
Install OpenJDK 1.7.0_75
sudo apt-get install openjdk-7-jdk # Note - to work with iDempiere version 2.1 please install openjdk-6-jdk # Note - to work with iDempiere version 3.0 you can also use oracle java 8
Now you have your prerequisites ready to receive the iDempiere installer
This tutorial is brought to you by Carlos Ruiz from GlobalQSS. Feel free to improve directly or suggest using the Discussion tab.
