Difference between revisions of "Manual Installation From Trunk"

From ADempiere
Jump to: navigation, search
This Wiki is read-only for reference purposes to avoid broken links.
 
(Installation)
Line 19: Line 19:
 
* Create mybuild.properties from build.properties
 
* Create mybuild.properties from build.properties
 
* Edit mybuild.properties to suit your environment
 
* Edit mybuild.properties to suit your environment
* At trunk/utils_dev, execute RUN_build.bat window or RUN_build.sh for linux
+
* At trunk/utils_dev, execute RUN_build.bat for window or RUN_build.sh for linux
 
* cd to the local deployment folder created by the build process ( the env.ADEMPIERE_HOME entry in mybuild.properties )
 
* cd to the local deployment folder created by the build process ( the env.ADEMPIERE_HOME entry in mybuild.properties )
 
* 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 18:07, 10 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
  • SVN client

Installation

  • Create a folder to hold the source code, for e.g, adempiere-source
  • Check out source from trunk into the folder created in previous step
  • cd into the trunk/utils_dev folder created by the checkout command
  • Create mybuild.properties from build.properties
  • Edit mybuild.properties to suit your environment
  • At trunk/utils_dev, execute RUN_build.bat for window or RUN_build.sh for linux
  • cd to the local deployment folder created by the build process ( the env.ADEMPIERE_HOME entry in mybuild.properties )
  • 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)