Difference between revisions of "Downloading Installers"
m Tag: visualeditor |
CarlosRuiz (talk | contribs) (Release 12 Kudos) |
||
| Line 13: | Line 13: | ||
== Continuous Integration Installers == | == Continuous Integration Installers == | ||
| − | === Daily Installers for | + | === Daily Installers for v12 === |
| − | iDempiere version | + | iDempiere version 12 is maintained and stable. This is the recommended version to install for implementation and production purposes. |
You can find daily installers for this version at: | You can find daily installers for this version at: | ||
| − | * https://sourceforge.net/projects/idempiere/files/ | + | * https://sourceforge.net/projects/idempiere/files/v12/daily-server/ |
For example, you can download the latest with these commands: | For example, you can download the latest with these commands: | ||
| − | wget https://sourceforge.net/projects/idempiere/files/ | + | wget https://sourceforge.net/projects/idempiere/files/v12/daily-server/idempiereServer12Daily.gtk.linux.x86_64.zip |
| − | wget https://sourceforge.net/projects/idempiere/files/ | + | wget https://sourceforge.net/projects/idempiere/files/v12/daily-server/idempiereServer12Daily.gtk.linux.x86_64.zip.MD5 |
| − | md5sum -c | + | md5sum -c idempiereServer12Daily.gtk.linux.x86_64.zip.MD5 |
NOTE there is also a Debian Installer available. For installation you must follow the [[IDempiere_Debian_Installer|Debian Installer Guide]]: | NOTE there is also a Debian Installer available. For installation you must follow the [[IDempiere_Debian_Installer|Debian Installer Guide]]: | ||
| Line 38: | Line 38: | ||
For example, on a test server you can execute following commands: | For example, on a test server you can execute following commands: | ||
| − | wget https://sourceforge.net/projects/idempiere/files/devel/daily-server/ | + | wget https://sourceforge.net/projects/idempiere/files/devel/daily-server/idempiereServerDev13Daily.gtk.linux.x86_64.zip |
| − | wget https://sourceforge.net/projects/idempiere/files/devel/daily-server/ | + | wget https://sourceforge.net/projects/idempiere/files/devel/daily-server/idempiereServerDev13Daily.gtk.linux.x86_64.zip.MD5 |
| − | md5sum -c | + | md5sum -c idempiereServerDev13Daily.gtk.linux.x86_64.zip.MD5 |
== Previous Release Installers == | == Previous Release Installers == | ||
Revision as of 16:16, 27 December 2024
⇐ Table of Contents | Install Prerequisites | Downloading Installers | Installing from Installers ⇒
Instead of creating your own installers as shown in Creating Installers section, most probable you will like to download pre-cooked installers for you.
Continuous Integration Installers
Daily Installers for v12
iDempiere version 12 is maintained and stable. This is the recommended version to install for implementation and production purposes.
You can find daily installers for this version at:
For example, you can download the latest with these commands:
wget https://sourceforge.net/projects/idempiere/files/v12/daily-server/idempiereServer12Daily.gtk.linux.x86_64.zip wget https://sourceforge.net/projects/idempiere/files/v12/daily-server/idempiereServer12Daily.gtk.linux.x86_64.zip.MD5 md5sum -c idempiereServer12Daily.gtk.linux.x86_64.zip.MD5
NOTE there is also a Debian Installer available. For installation you must follow the Debian Installer Guide:
*gtk.linux.x86_64.deb for Debian/Ubuntu 64 bits
Daily Installers for Development version
Development version is pretty stable, but it can be at some times unstable, so it is recommended to install it for testing purposes, and to check new features, but not for production.
Daily builds for linux64 and windows64 platforms can be found here:
For example, on a test server you can execute following commands:
wget https://sourceforge.net/projects/idempiere/files/devel/daily-server/idempiereServerDev13Daily.gtk.linux.x86_64.zip wget https://sourceforge.net/projects/idempiere/files/devel/daily-server/idempiereServerDev13Daily.gtk.linux.x86_64.zip.MD5 md5sum -c idempiereServerDev13Daily.gtk.linux.x86_64.zip.MD5
Previous Release Installers
You can find the official installers for previous releases (with corresponding MD5 checksum) at sourceforge:
Please note that iDempiere becomes rolling update maintenance. Installing a previous version is not recommended.
Own Installers
You can find the guides to create your own installers at:
This tutorial is brought to you by Carlos Ruiz from BX Service GmbH. Feel free to improve directly or suggest using the Discussion tab.
⇐ Table of Contents | Install Prerequisites | Downloading Installers | Installing from Installers ⇒
