Difference between revisions of "IDempiere/Installing from Installers"

From WikiQSS
(breadcrumb)
 
(initial (failing))
Line 9: Line 9:
 
</font>
 
</font>
  
''WIP''
+
== Install Server ==
 +
 
 +
* Unzip the server installer you downloaded or created, for example:
 +
cd $IDEMPIERE_HOME
 +
unzip idempiereServer.gtk.linux.x86_64.zip
 +
* Navigate to the adempiere-server folder, for example
 +
cd $IDEMPIERE_HOME/adempiere.gtk.linux.x86_64/adempiere-server
 +
 
 +
'''NOTE:''' At the moment of writing this tutorial this installation is failing with some errors about bundles not found ... stay tuned.
 +
 
 +
=== Graphical ===
 +
 
 +
You can run:
 +
* sh setup.sh
 +
* sh setup-alt.sh
 +
 
 +
This must open the same window that was shown at [[IDempiere/Running_iDempiere_within_Eclipse|Running iDempiere within Eclipse]] and it can be filled in a similar way.
 +
 
 +
=== Console ===
 +
 
 +
* sh console-setup.sh
 +
* sh console-setup-alt.sh
 +
 
 +
This is to be used when you don't have a graphical environment, in this case the parameters are shown in screen and you must fill them directly with the keyboard.
 +
 
 +
== Import the Database ==
 +
 
 +
After setting up the server (is a prerequisite) you can run:
 +
 
 +
cd utils
 +
sh RUN_ImportAdempiere.sh
 +
 
 +
== Install Swing Client ==
 +
 
 +
* Unzip the client installer you downloaded or created, for example:
 +
cd $IDEMPIERE_HOME
 +
unzip idempiereClient.gtk.linux.x86_64.zip
 +
* Navigate to the adempiere-client folder, for example
 +
cd $IDEMPIERE_HOME/adempiere.gtk.linux.x86_64/adempiere-client
 +
* Run adempiere-client

Revision as of 23:42, 12 January 2012

Table of Contents | Downloading Hot Installers | Installing from Installers | Running iDempiere from Installers

Install Server

  • Unzip the server installer you downloaded or created, for example:
cd $IDEMPIERE_HOME
unzip idempiereServer.gtk.linux.x86_64.zip
  • Navigate to the adempiere-server folder, for example
cd $IDEMPIERE_HOME/adempiere.gtk.linux.x86_64/adempiere-server

NOTE: At the moment of writing this tutorial this installation is failing with some errors about bundles not found ... stay tuned.

Graphical

You can run:

  • sh setup.sh
  • sh setup-alt.sh

This must open the same window that was shown at Running iDempiere within Eclipse and it can be filled in a similar way.

Console

  • sh console-setup.sh
  • sh console-setup-alt.sh

This is to be used when you don't have a graphical environment, in this case the parameters are shown in screen and you must fill them directly with the keyboard.

Import the Database

After setting up the server (is a prerequisite) you can run:

cd utils
sh RUN_ImportAdempiere.sh

Install Swing Client

  • Unzip the client installer you downloaded or created, for example:
cd $IDEMPIERE_HOME
unzip idempiereClient.gtk.linux.x86_64.zip
  • Navigate to the adempiere-client folder, for example
cd $IDEMPIERE_HOME/adempiere.gtk.linux.x86_64/adempiere-client
  • Run adempiere-client