Difference between revisions of "Installer"

From ADempiere
Jump to: navigation, search
This Wiki is read-only for reference purposes to avoid broken links.
(installer)
(installer)
Line 1: Line 1:
 +
==Introduction==
 +
This project leads to create Adempiere installer for GNU/Linux using using [http://bitrock.com/products_installbuilder_overview.html Bitrock]. This will allow users to install Adempiere an easy way.
 +
To track the development and bugs  here is the feature request [https://sourceforge.net/tracker/?func=detail&atid=879335&aid=2790608&group_id=176962 Feature Requests item #2790608] 
 +
 +
== Overview ==
 +
After checking out the Windows installer by Kai for AD , i said to myself we need something like this for GNU/Linux !!,You can check the alpha installer created for AD from http://www.satyaakam.net/Ad start testing and report back to me satyaakam at gmail dot com .
 +
 +
Following files are listed in the directory mind you this is the first cut of the installer , start testing and report back to me about how the installer performs
 +
 +
    * ADempiere-342s-linux-installer.bin ( 32 bit Version)
 +
    * ADempiere-342s-0.x86_64.rpm ( For RPM based distros )
 +
    * ADempiere-342s-linux-x64-installer.bin ( Should work on any Distro)
 +
 +
Prerequisites: Java installed , PostgreSQL installed
 +
 +
Unlike the Windows this installer for the time being only does installation of Adempiere in a location it does not install or check for PostgreSQL, Java. Future release will have these included .
 +
 +
=== Assumptions ===
 +
The installers will be build using an external software - Bitrock. This program enables to create installers for a variety of platforms. In this project an installer for GNU/Linux, will be created.
 +
 +
=== Dependencies ===
 +
To build installers [http://bitrock.com/products_installbuilder_overview.html Bitrock] is needed.
 +
 +
 +
 +
== Technical Documentation ==
 +
 +
 +
 +
 +
 +
 +
 +
 +
 +
 +
 +
 +
 +
 +
 +
  
  

Revision as of 08:52, 12 May 2009

Introduction

This project leads to create Adempiere installer for GNU/Linux using using Bitrock. This will allow users to install Adempiere an easy way. To track the development and bugs here is the feature request Feature Requests item #2790608

Overview

After checking out the Windows installer by Kai for AD , i said to myself we need something like this for GNU/Linux !!,You can check the alpha installer created for AD from http://www.satyaakam.net/Ad start testing and report back to me satyaakam at gmail dot com .

Following files are listed in the directory mind you this is the first cut of the installer , start testing and report back to me about how the installer performs

   * ADempiere-342s-linux-installer.bin ( 32 bit Version)
   * ADempiere-342s-0.x86_64.rpm ( For RPM based distros )
   * ADempiere-342s-linux-x64-installer.bin ( Should work on any Distro) 

Prerequisites: Java installed , PostgreSQL installed

Unlike the Windows this installer for the time being only does installation of Adempiere in a location it does not install or check for PostgreSQL, Java. Future release will have these included .

Assumptions

The installers will be build using an external software - Bitrock. This program enables to create installers for a variety of platforms. In this project an installer for GNU/Linux, will be created.

Dependencies

To build installers Bitrock is needed.


Technical Documentation

Links