Difference between revisions of "ADempiere via .deb/RPM/apt-get/yum"

From ADempiere
Jump to: navigation, search
This Wiki is read-only for reference purposes to avoid broken links.
(ADempiere via .deb/RPM/apt-get/yum)
 
(20 intermediate revisions by 3 users not shown)
Line 1: Line 1:
This page is place holder for Thoughts and ways to tackle package management based on a call from Red1 on https://sourceforge.net/forum/message.php?msg_id=7055233
+
=Introduction=
 +
*This page is place holder for Thoughts and ways to tackle package management based on a call from Red1 on https://sourceforge.net/forum/message.php?msg_id=7055233
 +
*This Hackathon is supposed to be held as a part of OSCON - Open Source Conference in the capital city of Malaysia this May 31st thru June 3. http://planet.foss.org.my/
 +
*In our preliminary discussions the community here are thinking of making ADempiere as one of the Hackathon candidates. The task for local hackers to accomplish on it is to make ADempiere installable crazy by a Yum, Apt or RPM.
 +
*Now we gather thoughts on what will be the technical issues. The end of the Hackathon we hope to produce a site that will allow the world to install ADempiere without any setup on their part. We can call it YummyERP.
  
This Hackathon is supposed to be held as a part of OSCON - Open Source Conference in the capital city of Malaysia this May 31st thru June 3.
+
*'''Why :''' Making Adempiere user friendly for GNU/Linux users.
 +
*'''By Whom :''' Folks who wants to learn and help how package management works.
 +
*'''What:''' At the end of it get Adempiere with .deb, RPM and repos for apt and Yum
 +
=How=
 +
It is a 3 step process
 +
#[[Installer]]
 +
#[[Package Management]]
 +
#[[Repo Setup]]
  
http://planet.foss.org.my/
 
  
In our preliminary discussions the community here are thinking of making ADempiere as one of the Hackathon candidates. The task for local hackers to accomplish on it is to make ADempiere installable crazy by a Yam, Apt or RPM.
+
=Installers=
 +
After checking out the Windows installer by Kai for AD , i said to myself i need something like this !!, While searching and digging the web i hit upon this  cool installer technology from [http://bitrock.com/ Bitrock ], <br> i have already written to them to send across a free license . You can check the alpha installer for AD from http://www.satyaakam.net/Ad start testing and report back to me satyaakam at gmail dot com .<br><br>
  
Now we gather thoughts on what will be the technical issues. The end of the Hackathon we hope to produce a site that will allow the world to install ADempiere without any setup on their part. We can call it YummyERP.
+
Ok i got a community license from Bitrock and our installer uses it too thanks Bitrock!
  
*'''Why :''' in order to make it easy to install Adempiere for GNU/Linux users.
+
Now you can download the following packages , start testing and report back to me about how the installer performs
*'''For Whom :''' Folks who wants to learn and help how package management works.
+
 
*'''What:''' At the end of it get Adempiere with .deb, RPM and repos for apt and Yum
+
* ADempiere-342s-linux-installer.bin ( 32 bit Version)
*'''How :'''Two step process  
+
* ADempiere-342s-0.x86_64.rpm  ( For RPM based distros )
 +
* ADempiere-342s-linux-x64-installer.bin ( Should work on any Distro)
 +
 
 +
Prerequisites: Java installed , Postgres 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 Postgres, Java. Future release will have this included .
 +
 
 +
--[[User:Satyag|Satyag]] 21:33, 10 May 2009 (PDT)
 +
 
 +
 
 +
'''Issues'''<br><br>
 +
 
 +
1) ''Does the installer work on x86 Arch.''<br><br>
 +
 
 +
Tested the present build by trying to install on Fedora 10  it does not work on x86  arch.
 +
 
 +
'''ToDo'''<br>
 +
Test the whole install process<br>
 +
Build for x86 version <br>
 +
Built and uploaded one x86 one on --[[User:Satyag|Satyag]] 21:33, 10 May 2009 (PDT)
 +
 
 +
Install VM for x86 testing.<br>
 +
Installed a VM for Fedora 10 x86
 +
Installer for  Fedora and other distros too.<br>
 +
The installer should work on all platforms do test and let me know --[[User:Satyag|Satyag]] 21:33, 10 May 2009 (PDT)
 +
 
 +
 
 +
 
 +
Checking for more installers<br>
 +
http://nixstaller.berlios.de/news.php<br>
 +
http://milki.erphesfurt.de/streamtuner2/epm/<br>
 +
 
 +
--[[User:Satyag|Satyag]] 20:13, 9 May 2009 (PDT)
 +
 
 +
some screen shots
 +
 
 +
[[Image:Screenshot-Setup1.png|300px|left|thumb|The Welcome screen]]<br>
 +
 
 +
[[Image:Screenshot-Setup-1.png|300px|left|thumb|Specifying your application home directory]]<br>
 +
 
 +
[[Image:Screenshot-Setup.png|300px|left|thumb|The Welcome screen]]<br>
 +
 
 +
[[Image:Screenshot-Setup-2.png|300px|left|thumb|Read the fine print first]]<br>
 +
 
 +
[[Image:Screenshot-Setup-3.png|300px|left|thumb|Ready? Go!]]<br>
 +
 
 +
[[Image:Screenshot-JVM Selection.png|300px|left|thumb|In case you have more than one JVM]]<br>
 +
 
 +
[[Image:Screenshot-Adempiere Server Setup.png|300px|left|thumb|After this also Import Database?]]<br>
  
[[Package Management]]<br>
+
=Participants=
[[Repo Setup]]
+
*[[User:Satyag|Satyag]]
 +
*[[User:Red1|Red1]]
 +
*[[User:Wariola|Wariola]]
  
 +
=See Also=
 +
*[[Windows Installer]] done by Kai Schaeffer, ADempiere Deutschland e.V., Berlin.
 
    
 
    
 
[[Category:Community]]
 
[[Category:Community]]
 
[[Category:Projects and Tools]]
 
[[Category:Projects and Tools]]

Latest revision as of 07:29, 12 May 2009

Introduction

  • This page is place holder for Thoughts and ways to tackle package management based on a call from Red1 on https://sourceforge.net/forum/message.php?msg_id=7055233
  • This Hackathon is supposed to be held as a part of OSCON - Open Source Conference in the capital city of Malaysia this May 31st thru June 3. http://planet.foss.org.my/
  • In our preliminary discussions the community here are thinking of making ADempiere as one of the Hackathon candidates. The task for local hackers to accomplish on it is to make ADempiere installable crazy by a Yum, Apt or RPM.
  • Now we gather thoughts on what will be the technical issues. The end of the Hackathon we hope to produce a site that will allow the world to install ADempiere without any setup on their part. We can call it YummyERP.
  • Why : Making Adempiere user friendly for GNU/Linux users.
  • By Whom : Folks who wants to learn and help how package management works.
  • What: At the end of it get Adempiere with .deb, RPM and repos for apt and Yum

How

It is a 3 step process

  1. Installer
  2. Package Management
  3. Repo Setup


Installers

After checking out the Windows installer by Kai for AD , i said to myself i need something like this !!, While searching and digging the web i hit upon this cool installer technology from Bitrock ,
i have already written to them to send across a free license . You can check the alpha installer for AD from http://www.satyaakam.net/Ad start testing and report back to me satyaakam at gmail dot com .

Ok i got a community license from Bitrock and our installer uses it too thanks Bitrock!

Now you can download the following packages , 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 , Postgres 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 Postgres, Java. Future release will have this included .

--Satyag 21:33, 10 May 2009 (PDT)


Issues

1) Does the installer work on x86 Arch.

Tested the present build by trying to install on Fedora 10 it does not work on x86 arch.

ToDo
Test the whole install process
Build for x86 version
Built and uploaded one x86 one on --Satyag 21:33, 10 May 2009 (PDT)

Install VM for x86 testing.
Installed a VM for Fedora 10 x86 Installer for Fedora and other distros too.
The installer should work on all platforms do test and let me know --Satyag 21:33, 10 May 2009 (PDT)


Checking for more installers
http://nixstaller.berlios.de/news.php
http://milki.erphesfurt.de/streamtuner2/epm/

--Satyag 20:13, 9 May 2009 (PDT)

some screen shots

The Welcome screen

Specifying your application home directory

The Welcome screen

Read the fine print first

Ready? Go!

In case you have more than one JVM

After this also Import Database?

Participants

See Also