Difference between revisions of "Installation Steps"

From ADempiere
Jump to: navigation, search
This Wiki is read-only for reference purposes to avoid broken links.
 
m (Fix breadcrumb)
 
(37 intermediate revisions by 5 users not shown)
Line 1: Line 1:
==Oracle==
+
{{Breadcrumb|Table of Contents#System Administrator's Guide|next=Database Server Installation & Setup}}
 +
[[Category:System Admin documentation]]
 +
[[Image:InstallSteps.gif|frame]]
  
==Pre-requisites==
+
This installation guide is intended for a production, multi-server system - one where the database server, application server and client computers are all on different machines.  For basic installation instructions, see [[Getting Started]] in the [[Table of Contents#User Guide|User Guide]]
  
* JDK1.5.x
+
== Multi-Server Installations ==
  
* JAVA_HOME variables declared
+
Before you install the software on a multi-server system, you should be familiar with the basic installation on a single machine.  Much of the installation process is similar so this guide will not cover the simpler details.  Refer to the basic instructions in [[Getting Started]].
  
* Oracle 10g
+
Multi-server installations are not really that complex.  The key difference with an installation on a multi-server system compared to a single server has to do with getting the database server to talk with the application server.  This changes that way the Application Setup is performed and how the database is configured.  With everything passing over a network, security considerations have to be taken into account.  In larger distributed installations, replication of the database may be required between the main and remote locations.  Apart from that, the steps in the installation process are essentially the same:
  
* [[http://prdownloads.sourceforge.net/adempiere/Adempiere_314.zip?download Download Adempiere314.zip]]
+
* Ensure you have JAVA available. ADempiere requires the Java System Development Kit (JDK), not just the runtime environment (JRE).
 +
* Install the database software on the database server according to its instructions and configure it to work with the application server
 +
* Install the application software on the application server and configure it to work with the database
 +
* Load data into the database
 +
* Finalize the configuration of the application server et voila.
  
==Installation==
+
==Installation Steps==
 +
The following sections provide the details:
  
* Follow Compiere instructions
+
* [[Database Server Installation & Setup]]
 
+
** [[Database Server Installation & Setup#PostgreSQL Installation & Setup|PostgreSQL Installation & Setup]]
http://www.compiere.com/support/install/index.html
+
** [[Database Server Installation & Setup#Oracle Installation & Setup|Oracle Installation & Setup]]
 +
** [[Database Server Installation & Setup#MySQL Installation & Setup|MySQL Installation & Setup]]
 +
* [[Application Server Installation & Setup]]
 +
* [[Initialize the ADempiere Database]]
 +
* [[Launching the Application Server]]
 +
* [[Launching the ADempiere Application]]

Latest revision as of 07:39, 26 December 2010

Table of Contents#System Administrator's Guide{{#if: | | [[{{{2}}}]] }}{{#if: | | [[{{{3}}}]] }}{{#if: | | [[{{{4}}}]] }}{{#if: | | [[{{{5}}}]] }} | Installation Steps{{#if: Database Server Installation & Setup| | Database Server Installation & Setup }} ⇒
InstallSteps.gif

This installation guide is intended for a production, multi-server system - one where the database server, application server and client computers are all on different machines. For basic installation instructions, see Getting Started in the User Guide

Multi-Server Installations

Before you install the software on a multi-server system, you should be familiar with the basic installation on a single machine. Much of the installation process is similar so this guide will not cover the simpler details. Refer to the basic instructions in Getting Started.

Multi-server installations are not really that complex. The key difference with an installation on a multi-server system compared to a single server has to do with getting the database server to talk with the application server. This changes that way the Application Setup is performed and how the database is configured. With everything passing over a network, security considerations have to be taken into account. In larger distributed installations, replication of the database may be required between the main and remote locations. Apart from that, the steps in the installation process are essentially the same:

  • Ensure you have JAVA available. ADempiere requires the Java System Development Kit (JDK), not just the runtime environment (JRE).
  • Install the database software on the database server according to its instructions and configure it to work with the application server
  • Install the application software on the application server and configure it to work with the database
  • Load data into the database
  • Finalize the configuration of the application server et voila.

Installation Steps

The following sections provide the details: