Difference between revisions of "Installation Steps"

From ADempiere
Jump to: navigation, search
This Wiki is read-only for reference purposes to avoid broken links.
(Pre-requisites)
(Installation)
Line 12: Line 12:
  
 
==Installation==
 
==Installation==
 
+
* [[InstallServer|Install Adempiere Server]]
* Extract the Adempiere archive into a folder, for e.g:
+
** C: for window, this will create the c:\Adempiere folder
+
** /opt or $HOME for linux, this will create the /opt/Adempiere or $HOME/Adempiere folder. Note for Linux: the login user is irrelevant.
+
 
+
* Open a command line window and cd to the folder created in previous step.
+
 
+
* Execute the setup script RUN_setup.bat for windows or RUN_setup.sh for linux
+
** You might need to execute chmod +x RUN_setup.sh for linux
+
** For Linux: recommended user is root.
+
** For Oracle: the DB and listener must be up (on linux: as user "oracle")
+
** The Application Server must be down.
+
  
 
* [[CreateDatabase|Create Adempiere Database]]
 
* [[CreateDatabase|Create Adempiere Database]]

Revision as of 00:20, 17 September 2007

Pre-requisites

  • Download and install Sun Java 1.5.0 JDK (not just JRE)
    • Make sure the JAVA_HOME environment variables is setup after you have install the JDK.
  • Install one of the supported database
    • Oracle 10g
    • Oracle XE
    • Postgresql 8.1 and above

Installation

Notes

Oracle

  • The setup script have been changed to use the EZCONNECT naming method instead of TNSNAMES. Open your Oracle Net Manager, under profile -> Naming, make sure EZCONNECT is one of the selected methods. Alternatively, verify that the SQLNET.ORA file have the following entries: NAMES.DIRECTORY_PATH = (EZCONNECT,TNSNAMES)