Difference between revisions of "Installation Steps"

From ADempiere
Jump to: navigation, search
This Wiki is read-only for reference purposes to avoid broken links.
(Add category)
(Installation)
Line 19: Line 19:
  
 
* Open a command line window and cd to the folder created in previous step.
 
* Open a command line window and cd to the folder created in previous step.
 +
* At least for version 316, you need to provide a file utils/RUN_UnixEnv.sh (or utils\RUN_WinEnv.bat under Windows)
 +
** Cd to the utils folder.
 +
** Copy the template file RUN_UnixEnvTemplate.sh" to RUN_UnixEnv.sh (or RUN_WinEnvTemplate.bat to RUN_WinEnv.bat).
 +
** Edit the file if necessary
  
 
* Execute the setup script RUN_setup.bat for window or RUN_setup.sh for linux
 
* Execute the setup script RUN_setup.bat for window or RUN_setup.sh for linux

Revision as of 09:16, 10 April 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, 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
  • Open a command line window and cd to the folder created in previous step.
  • At least for version 316, you need to provide a file utils/RUN_UnixEnv.sh (or utils\RUN_WinEnv.bat under Windows)
    • Cd to the utils folder.
    • Copy the template file RUN_UnixEnvTemplate.sh" to RUN_UnixEnv.sh (or RUN_WinEnvTemplate.bat to RUN_WinEnv.bat).
    • Edit the file if necessary
  • Execute the setup script RUN_setup.bat for window or RUN_setup.sh for linux
    • You might need to execute chmod +x RUN_setup.sh for linux

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)