Difference between revisions of "Installing from Installers"
CarlosRuiz (talk | contribs) m (8 revisions) |
CarlosRuiz (talk | contribs) |
||
| Line 2: | Line 2: | ||
<font size=-2> | <font size=-2> | ||
⇐ | ⇐ | ||
| − | [[ | + | [[Installing_iDempiere|Table of Contents]] | |
| − | [[ | + | [[Downloading Installers]] | |
Installing from Installers | | Installing from Installers | | ||
| − | [[ | + | [[Running iDempiere from Installers]] |
⇒ | ⇒ | ||
</font> | </font> | ||
| Line 64: | Line 64: | ||
cd $IDEMPIERE_HOME/adempiere.gtk.linux.x86_64/adempiere-client | cd $IDEMPIERE_HOME/adempiere.gtk.linux.x86_64/adempiere-client | ||
* Run adempiere-client | * Run adempiere-client | ||
| + | |||
| + | ''This tutorial is brought to you by [[User:CarlosRuiz|Carlos Ruiz]] from [http://globalqss.com GlobalQSS]. Feel free to improve directly or suggest using the Discussion tab. | ||
| + | |||
| + | [[Category:Install]] | ||
Revision as of 19:24, 7 June 2015
⇐ Table of Contents | Downloading 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 idempiere-server folder, for example
cd $IDEMPIERE_HOME/idempiere.gtk.linux.x86_64/idempiere-server
Graphical
You can run:
sh setup.sh
or
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
or
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
Default
This is the default way to import the database for oracle (10g or 11) and postgresql 9.1 or higher:
After setting up the server (is a prerequisite) you can run:
cd utils sh RUN_ImportIdempiere.sh
PostgreSQL 8.4 or 9.0
If you're going to install the official installers in postgresql 8.4 or 9.0 you must run the following commands:
After setting up the server (is a prerequisite) you can run:
cd utils sh RUN_ImportIdempiere.sh 8.4
Please note daily installers do not support these postgresql old versions
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
This tutorial is brought to you by Carlos Ruiz from GlobalQSS. Feel free to improve directly or suggest using the Discussion tab.
