Difference between revisions of "Installation Steps"

From ADempiere
Jump to: navigation, search
This Wiki is read-only for reference purposes to avoid broken links.
(Installation)
Line 22: Line 22:
 
* [[CreateDatabase|Create Adempiere Database]]
 
* [[CreateDatabase|Create Adempiere Database]]
  
==Notes==
+
==Notes For 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)
 
* 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)
 
==Usefull Links==
 
[[CreateDatabase|Create Adempiere Database]]
 

Revision as of 03:13, 2 March 2007

Pre-requisites

  • JDK1.5.x
  • JAVA_HOME variables declared
  • One of the supported database
    • Oracle 10g
    • Oracle XE
    • Postgresql 8.1 and above

Installation

  • Extract the Adempiere archive into a folder
    • C: for window
    • /opt or $HOME for linux
  • Launch the setup script, Run_setup.bat for window or Run_setup.sh for linux

Notes For 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)