<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>ggi&#039;s blog</title>
	<atom:link href="http://gorkagil.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://gorkagil.wordpress.com</link>
	<description>Release engineering at Openbravo</description>
	<lastBuildDate>Fri, 27 Jan 2012 17:36:50 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='gorkagil.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>ggi&#039;s blog</title>
		<link>http://gorkagil.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://gorkagil.wordpress.com/osd.xml" title="ggi&#039;s blog" />
	<atom:link rel='hub' href='http://gorkagil.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Openbravo 3 package for Ubuntu Maverick available for testing</title>
		<link>http://gorkagil.wordpress.com/2011/01/31/openbravo-3-package-for-ubuntu-maverick-available-for-testing/</link>
		<comments>http://gorkagil.wordpress.com/2011/01/31/openbravo-3-package-for-ubuntu-maverick-available-for-testing/#comments</comments>
		<pubDate>Mon, 31 Jan 2011 09:07:59 +0000</pubDate>
		<dc:creator>Gorka Gil</dc:creator>
				<category><![CDATA[Openbravo]]></category>
		<category><![CDATA[Packaging]]></category>
		<category><![CDATA[Testing]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://gorkagil.wordpress.com/?p=134</guid>
		<description><![CDATA[We are proud to announce the immediate availability of the Openbravo 3 package for Ubuntu 10.10 Maverick Meerkat for beta testing. We want to invite you to test the new Openbravo 3 package for Ubuntu, and we will be more than happy to get your feedback !! To test the package you have to: Have [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gorkagil.wordpress.com&amp;blog=10957357&amp;post=134&amp;subd=gorkagil&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>We are proud to announce the immediate availability of the Openbravo 3 package for <a href="https://wiki.ubuntu.com/MaverickMeerkat">Ubuntu 10.10 Maverick Meerkat</a> for <strong>beta</strong> testing.</p>
<p><a href="http://gorkagil.files.wordpress.com/2011/01/openbravo-3_login.png"><img class="size-full wp-image-158 aligncenter" title="openbravo-3_login" src="http://gorkagil.files.wordpress.com/2011/01/openbravo-3_login.png?w=480&#038;h=360" alt="" width="480" height="360" /></a></p>
<p>We want to invite you to test the new Openbravo 3 package for Ubuntu, and we will be more than happy to get your feedback !!</p>
<p>To test the package you have to:</p>
<ol>
<li>Have a running Ubuntu Maverick installation.</li>
<li>Add openbravo launchpad repository URL&#8217;s:
<ul>
<li>Using the Ubuntu Software Center:<br />
<a href="http://gorkagil.files.wordpress.com/2011/01/openbravo-3_add_ppa.png"><img class="alignnone size-medium wp-image-156" title="openbravo-3_add_ppa" src="http://gorkagil.files.wordpress.com/2011/01/openbravo-3_add_ppa.png?w=300&#038;h=226" alt="" width="300" height="226" /></a><br />
Go <em>Applications -&gt; Ubuntu software Center</em>, and then <em>Edit -&gt; Software Sources</em>, go to <em>Other software</em> tab and click on <em>Add</em> button and insert the Openbravo ppa line: <em>deb http://ppa.launchpad.net/openbravo-isv/ppa/ubuntu maverick main</em>.</li>
<li>Using the command line:<br />
<pre class="brush: bash;">
sudo add-apt-repository ppa:openbravo-isv/ppa
</pre></li>
</ul>
</li>
<li>Update the apt-get cache:
<ul>
<li>Using the Ubuntu Software Center:<br />
Not needed, automatically done when close the <em>Software Sources</em> window.</li>
<li>Using the command line:<br />
<pre class="brush: bash;">
sudo apt-get update
</pre></li>
</ul>
</li>
<li>Install the openbravo-3 package:
<ul>
<li>Using the Ubuntu Software Center:<br />
<a href="http://gorkagil.files.wordpress.com/2011/01/openbravo-3_installing.png"><img class="alignnone size-medium wp-image-157" title="openbravo-3_installing" src="http://gorkagil.files.wordpress.com/2011/01/openbravo-3_installing.png?w=300&#038;h=224" alt="" width="300" height="224" /></a><br />
Search for <em>openbravo-3</em> and click <em>Install</em>.</li>
<li>Using the command line:<br />
<pre class="brush: bash;">
sudo apt-get install openbravo-3
</pre></li>
</ul>
</li>
</ol>
<p><em>Important:</em> Migration from previous 2.50 package.</p>
<ul>
<li>The Openbravo package for ubuntu has two parts: the sources of Openbravo and the stack for run them. The stack (Apache, Tomcat, PostgreSQL, JDK and Ant) configuration is updated with the package update, but, the Openbravo sources are not updated within the package update and should be updated by the Module Management Console inside Openbravo</li>
<li>So, If you have previously installed openbravo-erp (2.50 series) and you install openbravo-3 package, it will uninstall the previous one and will import the sources and database from the 2.50 package. After the migration It&#8217;s possible to return to the 2.50 package by simply installing it, this will uninstall the openbravo-3 package and return to the previous version since the sources and database are not touched</li>
<li><strong>Importat note</strong>: Currently openbravo-3 package contains Openbravo 3.0RC3, and the upgrade from 2.50 to 3.0RC3 is not supported , so if you have the 2.50 package installed and you want to test openbravo-3, please uninstall first the 2.50 package with <code>apt-get remove --purge openbravo-erp</code>. (WARNING: this will completely and permanently delete the database and sources of the openbravo 2.50 instance).</li>
</ul>
<p>What is different than the previous openbravo-erp package for 2.50:</p>
<ul>
<li>The init scripts now are <em>/etc/init.d/openbravo</em>, <em>/etc/init.d/openbravo-tomcat</em> and <em>/etc/init.d/openbravo-postgresql.</em></li>
<li>The database is a new PostgreSQL cluster with name openbravo-3 and port 5943. To connect to it now you can use: psql -d postgres -U postgres -h localhost -p 5932</li>
<li>The  package base path is /opt/OpenbravoERP-3.0</li>
<li>The  package uses a different <em>Catalina Base</em> that resides in the new base path</li>
</ul>
<p>And what is maintained:</p>
<ul>
<li>Openbravo-3 has the same access url: <em>http://localhost/openbravo</em></li>
<li>Uses the same user <em>Openbravo</em> and uses the same <em>/home/openbravo/.profile</em></li>
<li>The logs continues in the same place <em>/var/log/openbravo-erp</em></li>
</ul>
<p>We’re very excited with this package, help us fine tuning it for the final version!</p>
<p>Gorka</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/gorkagil.wordpress.com/134/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/gorkagil.wordpress.com/134/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/gorkagil.wordpress.com/134/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/gorkagil.wordpress.com/134/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/gorkagil.wordpress.com/134/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/gorkagil.wordpress.com/134/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/gorkagil.wordpress.com/134/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/gorkagil.wordpress.com/134/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/gorkagil.wordpress.com/134/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/gorkagil.wordpress.com/134/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/gorkagil.wordpress.com/134/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/gorkagil.wordpress.com/134/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/gorkagil.wordpress.com/134/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/gorkagil.wordpress.com/134/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gorkagil.wordpress.com&amp;blog=10957357&amp;post=134&amp;subd=gorkagil&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://gorkagil.wordpress.com/2011/01/31/openbravo-3-package-for-ubuntu-maverick-available-for-testing/feed/</wfw:commentRss>
		<slash:comments>25</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/fd5a3e78f42f14e4fbe5b447bc502df9?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">gorkagil</media:title>
		</media:content>

		<media:content url="http://gorkagil.files.wordpress.com/2011/01/openbravo-3_login.png" medium="image">
			<media:title type="html">openbravo-3_login</media:title>
		</media:content>

		<media:content url="http://gorkagil.files.wordpress.com/2011/01/openbravo-3_add_ppa.png?w=300" medium="image">
			<media:title type="html">openbravo-3_add_ppa</media:title>
		</media:content>

		<media:content url="http://gorkagil.files.wordpress.com/2011/01/openbravo-3_installing.png?w=300" medium="image">
			<media:title type="html">openbravo-3_installing</media:title>
		</media:content>
	</item>
		<item>
		<title>XML REST Web Services testing added to our Continuous Integration Framework</title>
		<link>http://gorkagil.wordpress.com/2010/04/26/xml-rest-web-services-testing-added-to-our-continuous-integration-framework/</link>
		<comments>http://gorkagil.wordpress.com/2010/04/26/xml-rest-web-services-testing-added-to-our-continuous-integration-framework/#comments</comments>
		<pubDate>Mon, 26 Apr 2010 08:22:29 +0000</pubDate>
		<dc:creator>Gorka Gil</dc:creator>
				<category><![CDATA[Openbravo]]></category>

		<guid isPermaLink="false">http://gorkagil.wordpress.com/?p=125</guid>
		<description><![CDATA[Openbravo ERP REST consists of a framework offering security and exception services and a data access REST web service implementation. The data access (DAL) REST web services provide a CRUD-like web service so that external applications can retrieve, update, create and delete business objects through standard HTTP requests. From now on we&#8217;ll be testing these [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gorkagil.wordpress.com&amp;blog=10957357&amp;post=125&amp;subd=gorkagil&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Openbravo ERP REST consists of a framework offering security and exception services and a data access REST web service implementation. The data access (DAL) REST web services provide a CRUD-like web service so that external applications can retrieve, update, create and delete business objects through standard HTTP requests.</p>
<p>From now on we&#8217;ll be testing these web services in our build farm: <a href="http://builds.openbravo.com/job/erp_devel_int-webservice-check">http://builds.openbravo.com/job/erp_devel_int-webservice-check</a>.</p>
<p>This test will check that the XML Rest Web Services work as expected, and that its functionalities are not broken by any commit.</p>
<p>More information about XML Rest Web services: <a href="http://wiki.openbravo.com/wiki/ERP/2.50/Developers_Guide/Concepts/XML_REST_Web_Services">http://wiki.openbravo.com/wiki/ERP/2.50/Developers_Guide/Concepts/XML_REST_Web_Services</a>.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/gorkagil.wordpress.com/125/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/gorkagil.wordpress.com/125/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/gorkagil.wordpress.com/125/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/gorkagil.wordpress.com/125/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/gorkagil.wordpress.com/125/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/gorkagil.wordpress.com/125/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/gorkagil.wordpress.com/125/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/gorkagil.wordpress.com/125/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/gorkagil.wordpress.com/125/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/gorkagil.wordpress.com/125/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/gorkagil.wordpress.com/125/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/gorkagil.wordpress.com/125/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/gorkagil.wordpress.com/125/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/gorkagil.wordpress.com/125/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gorkagil.wordpress.com&amp;blog=10957357&amp;post=125&amp;subd=gorkagil&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://gorkagil.wordpress.com/2010/04/26/xml-rest-web-services-testing-added-to-our-continuous-integration-framework/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/fd5a3e78f42f14e4fbe5b447bc502df9?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">gorkagil</media:title>
		</media:content>
	</item>
		<item>
		<title>Openbravo ERP package available for Ubuntu Karmic</title>
		<link>http://gorkagil.wordpress.com/2010/03/31/openbravo-erp-package-available-for-ubuntu-karmic/</link>
		<comments>http://gorkagil.wordpress.com/2010/03/31/openbravo-erp-package-available-for-ubuntu-karmic/#comments</comments>
		<pubDate>Wed, 31 Mar 2010 09:22:02 +0000</pubDate>
		<dc:creator>Gorka Gil</dc:creator>
				<category><![CDATA[Openbravo]]></category>
		<category><![CDATA[Testing]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://gorkagil.wordpress.com/?p=105</guid>
		<description><![CDATA[We are proud to announce the immediate availability of the Openbravo ERP package for Ubuntu 9.10 Karmic Koala. Three months ago we started the beta testing of this package, asking the community to test it in this post. Now, thanks to the testing made by many of you, the package is ready for production. But [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gorkagil.wordpress.com&amp;blog=10957357&amp;post=105&amp;subd=gorkagil&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>We are proud to announce the immediate availability of the Openbravo  ERP package for <a title="Ubuntu 9.10 Karmic Koala" href="https://wiki.ubuntu.com/KarmicKoala">Ubuntu 9.10 Karmic Koala</a>.</p>
<p>Three months ago we started the beta testing of this package,  asking the community to test it in this <a title="Openbravo ERP beta package  for Ubuntu Karmic available for testing" href="http://gorkagil.wordpress.com/2009/12/17/openbravo-erp-beta-package-for-ubuntu-karmic-available-for-testing/">post</a>.  Now, thanks to the testing made by many of you, the package is ready for production. But this does not stop here, the karmic package is also the foundation for an upcoming package for  <a title="Ubuntu 10.04 Lucid Lynx" href="http://www.ubuntu.com/testing/lucid/beta1">Ubuntu 10.04 Lucid Lynx</a>.</p>
<p>This package simplifies the Openbravo ERP installation in Ubuntu for production and testing environments. You can install it with a few clicks:</p>
<ol>
<li>Go to the new <a title="Ubuntu Software Center" href="http://www.ubuntu.com/products/whatisUbuntu/910features">Ubuntu Software Center</a>, and search for <em>openbravo</em>. Then double-click in Openbravo ERP to select it.</li>
<p><a href="http://gorkagil.files.wordpress.com/2010/03/searchinubuntusoftwarecenter.png"><img title="Search openbravo in Ubuntu Software Center" src="http://gorkagil.files.wordpress.com/2010/03/searchinubuntusoftwarecenter.png?w=273&#038;h=169" alt="" width="273" height="169" /></a></p>
<li>Once selected click on install. In a few minutes it will be installed, configured and ready to be used.  Simply go to <em>http://localhost/openbravo</em> to start using it.</li>
<p><a href="http://gorkagil.files.wordpress.com/2010/03/progressubuntusoftwarecenter.png"><img class="size-medium wp-image-114 alignnone" title="progressUbuntuSoftwareCenter" src="http://gorkagil.files.wordpress.com/2010/03/progressubuntusoftwarecenter.png?w=273&#038;h=187" alt="" width="273" height="187" /></a></ol>
<p>There are two requirements for this installation: the first one is to enable the <a title="Enable Ubuntu partner repository" href="https://help.ubuntu.com/community/Repositories/Ubuntu#Adding%20Canonical%20Partner%20Repositories">partner repository</a>, and the second one is update the Ubuntu Software Center (more specifically the <em>app-install-data-partner</em> package).</p>
<p>These are list of changes from the beta package:</p>
<ul>
<li>Update Openbravo ERP sources to 2.50MP11.</li>
<li>The logs files can also be found  in /var/log/openbravo-erp.</li>
</ul>
<p>In order to get more information, including other installation methods, you can take a look into the <a title="Openbravo ERP Ubuntu installation" href="http://wiki.openbravo.com/wiki/ERP/2.50/Openbravo_ERP_Installation#Ubuntu_Installation">Openbravo ERP Ubuntu installation</a> documentation.</p>
<p>We are very excited with this new package. Enjoy!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/gorkagil.wordpress.com/105/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/gorkagil.wordpress.com/105/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/gorkagil.wordpress.com/105/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/gorkagil.wordpress.com/105/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/gorkagil.wordpress.com/105/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/gorkagil.wordpress.com/105/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/gorkagil.wordpress.com/105/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/gorkagil.wordpress.com/105/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/gorkagil.wordpress.com/105/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/gorkagil.wordpress.com/105/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/gorkagil.wordpress.com/105/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/gorkagil.wordpress.com/105/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/gorkagil.wordpress.com/105/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/gorkagil.wordpress.com/105/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gorkagil.wordpress.com&amp;blog=10957357&amp;post=105&amp;subd=gorkagil&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://gorkagil.wordpress.com/2010/03/31/openbravo-erp-package-available-for-ubuntu-karmic/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/fd5a3e78f42f14e4fbe5b447bc502df9?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">gorkagil</media:title>
		</media:content>

		<media:content url="http://gorkagil.files.wordpress.com/2010/03/searchinubuntusoftwarecenter.png?w=300" medium="image">
			<media:title type="html">Search openbravo in Ubuntu Software Center</media:title>
		</media:content>

		<media:content url="http://gorkagil.files.wordpress.com/2010/03/progressubuntusoftwarecenter.png?w=300" medium="image">
			<media:title type="html">progressUbuntuSoftwareCenter</media:title>
		</media:content>
	</item>
		<item>
		<title>rm-updates-sprint-32</title>
		<link>http://gorkagil.wordpress.com/2010/02/15/rm-updates-sprint-32/</link>
		<comments>http://gorkagil.wordpress.com/2010/02/15/rm-updates-sprint-32/#comments</comments>
		<pubDate>Mon, 15 Feb 2010 09:14:59 +0000</pubDate>
		<dc:creator>Gorka Gil</dc:creator>
				<category><![CDATA[Openbravo]]></category>

		<guid isPermaLink="false">http://gorkagil.wordpress.com/?p=94</guid>
		<description><![CDATA[Openbravo ERP: 2.50MP11 available We have released the latest maintenance pack of the 2.50 release, check the release notes for more information. Infrastructure We have updated our issues.openbravo.com server to the latest available version of Mantis (1.2.0).  Some of the new features are: Ability to customize the columns shown in the view issues page. Preview [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gorkagil.wordpress.com&amp;blog=10957357&amp;post=94&amp;subd=gorkagil&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><strong> Openbravo ERP: 2.50MP11 available</strong></p>
<p>We have released the latest maintenance pack of the 2.50 release, check the <a href="http://wiki.openbravo.com/wiki/ERP/2.50/Release_Notes/2.50MP11">release  notes</a> for more information.</p>
<p><strong>Infrastructure<br />
</strong></p>
<p>We have updated our <a href="https://issues.openbravo.com">issues.openbravo.com</a> server to the latest available version of <a href="http://www.mantisbt.org/">Mantis</a> (<a href="http://www.mantisbt.org/blog/?p=67">1.2.0</a>).  Some of the new features are:</p>
<ul>
<li> Ability to customize the columns shown in the <em>view issues</em> page.</li>
</ul>
<ul>
<li> Preview the attached images directly in the issues.</li>
</ul>
<ul>
<li> Plugins support.</li>
</ul>
<p>This update is the foundation for a lot more improvements that will come soon. Stay tunned !</p>
<p><strong>Documentation</strong></p>
<p>We have changed the <a href="http://wiki.openbravo.com/wiki/Release_Management">Release Management</a> categories in the wiki, with the idea of making it more user centric and  easier to navigate for external users.</p>
<p><em> </em></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/gorkagil.wordpress.com/94/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/gorkagil.wordpress.com/94/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/gorkagil.wordpress.com/94/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/gorkagil.wordpress.com/94/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/gorkagil.wordpress.com/94/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/gorkagil.wordpress.com/94/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/gorkagil.wordpress.com/94/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/gorkagil.wordpress.com/94/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/gorkagil.wordpress.com/94/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/gorkagil.wordpress.com/94/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/gorkagil.wordpress.com/94/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/gorkagil.wordpress.com/94/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/gorkagil.wordpress.com/94/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/gorkagil.wordpress.com/94/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gorkagil.wordpress.com&amp;blog=10957357&amp;post=94&amp;subd=gorkagil&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://gorkagil.wordpress.com/2010/02/15/rm-updates-sprint-32/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/fd5a3e78f42f14e4fbe5b447bc502df9?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">gorkagil</media:title>
		</media:content>
	</item>
		<item>
		<title>Openbravo ERP beta package for Ubuntu Karmic available for testing</title>
		<link>http://gorkagil.wordpress.com/2009/12/17/openbravo-erp-beta-package-for-ubuntu-karmic-available-for-testing/</link>
		<comments>http://gorkagil.wordpress.com/2009/12/17/openbravo-erp-beta-package-for-ubuntu-karmic-available-for-testing/#comments</comments>
		<pubDate>Thu, 17 Dec 2009 12:07:00 +0000</pubDate>
		<dc:creator>Gorka Gil</dc:creator>
				<category><![CDATA[Openbravo]]></category>
		<category><![CDATA[Packaging]]></category>
		<category><![CDATA[Testing]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://gorkagil.wordpress.com/?p=3</guid>
		<description><![CDATA[We are proud to announce the immediate availability of the Openbravo ERP beta package for Ubuntu 9.10 Karmic Koala. Earlier this year, Openbravo increased its line up of deployment options by making an Openbravo ERP server available as a package for Ubuntu 9.04 Jaunty Jackalope. This option proved to be very popular and resulted in [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gorkagil.wordpress.com&amp;blog=10957357&amp;post=3&amp;subd=gorkagil&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>We are proud to announce the immediate availability of the Openbravo ERP <strong>beta</strong> package for <a href="https://wiki.ubuntu.com/KarmicKoala">Ubuntu 9.10 Karmic Koala</a>.</p>
<p>Earlier this year, Openbravo increased its line up of deployment options by making an Openbravo ERP server <a href="http://observationsonerp.blogspot.com/2009/08/openbravo-announces-commercial.html">available as a package</a> for <a href="https://wiki.ubuntu.com/JauntyJackalope">Ubuntu 9.04 Jaunty Jackalope</a>.</p>
<p>This option proved to be very popular and resulted in more than 2000 unique installations during the first month alone. Leveraging this package Ubuntu users have been able to setup a working Openbravo environment for either either evaluation or production purposes with just one command. Additionally, customers of our Professional Subscription offer have been able to acquire a fully supported Ubuntu stack at a very competitive price.</p>
<p>We are now in the process of making this deployment option available for the latest version of Ubuntu, 9.10 Karmic. Not only this package will support the latest Ubuntu version but it will also include several improvements based on the experience we gained with Jaunty.</p>
<p>Finally, this package is the first step to include Openbravo into Ubuntu&#8217;s next long term support release, <a href="https://wiki.ubuntu.com/LucidLynx">Ubuntu 10.04 LTS Lucid Lynx</a>.</p>
<p>We plan the production availability of Openbravo ERP for Karmic in the January 2010 time frame. Today, however, we are proud to announce its immediate availability in beta status.</p>
<p>This beta package will allow us to improve the quality of the final release of the package, so we encourage you to test and <a href="https://bugs.launchpad.net/ubuntu/+source/openbravo-erp">provide us feedback</a>.</p>
<p>This is a beta package, so keep in mind these important notes:</p>
<ul>
<li><strong>Do not use it in production</strong> environments.</li>
<li>The <strong>official release</strong> of this package is scheduled for <strong>mid-January</strong>.</li>
<li>This <strong>beta</strong> package is built with Openbravo ERP <strong>2.50MP9</strong>, but the <strong>final</strong> package will have Openbravo ERP <strong>2.50MP10</strong>.</li>
</ul>
<p>The instructions to test the package:</p>
<ol>
<li>You should have a running Ubuntu Karmic installation.</li>
<li>Add the Openbravo ERP PPA&#8217;s GPG key to your apt keyring:<br />
<pre class="brush: bash;">
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys C2F11D81
</pre></li>
<li>Add openbravo-erp launchpad repository URL&#8217;s:<br />
<pre class="brush: bash;">
sudo sh -c 'echo &quot;deb http://ppa.launchpad.net/openbravo-isv/ppa/ubuntu karmic main&quot; &gt;&gt; /etc/apt/sources.list'
sudo sh -c 'echo &quot;deb-src http://ppa.launchpad.net/openbravo-isv/ppa/ubuntu karmic main&quot; &gt;&gt; /etc/apt/sources.list'
</pre></li>
<li>Update the apt-get cache:<br />
<pre class="brush: bash;">
sudo apt-get update
</pre></li>
<li>Install the openbravo-erp package:
<ul>
<li>By command line:<br />
<pre class="brush: bash;">
sudo apt-get install openbravo-erp
</pre></li>
<li>Using graphical interface:<br />
Search in Synaptic for openbravo-erp.</li>
</ul>
</li>
</ol>
<p>Compared to the Jaunty version, these are the features included in this version of the package:</p>
<ul>
<li>Don&#8217;t compile at install time, ship <strong>binaries</strong>. It reduces the installation time.</li>
<li>Add Apache and connect with Tomcat using the <strong><a href="http://tomcat.apache.org/tomcat-6.0-doc/connectors.html">mod_jk connector</a></strong>. So that now Openbravo ERP is accessed from http://ip_address/openbravo and we can use the fine tunning of Apache (e.g. gzip compression enabled).</li>
<li>Add the <em>BigBazaar</em><strong> sample data</strong>, with a lot more data to test the Openbravo ERP functionalities.</li>
<li> Use<strong> PostgreSQL 8.4</strong>.1 instead of 8.3.8. With this we&#8217;ll start our 8.4 support in Openbravo ERP.</li>
<li>Manage our PostgreSQL database cluster in the Debian/Ubuntu way: using <strong>pg_cluster</strong>. With this feature you can start/stop openbravo-erp cluster with pg_ctlcluster start/stop 8.4 openbravo-erp. To list the status of the clusters you can use pg_lsclusters. Also you can still use /etc/init.d/openbravo-erp-postgresql script.</li>
<li>Removing the package without the <em>purge</em> option now maintains the database and the sources. In the previous version of the package maintains the database, but for avoiding inconsistencies between the sources/binaries and database, now it is maintained the sources/binaries and the database.</li>
<li>Centralized directory to read all the logs from our stack, (PostgreSQL, Apache, Tomcat, mod_jk). You can find all this logs at /opt/OpenbravoERP-2.50/logs.</li>
<li>Clean and simplify the installation output to make it shorter and to display only the most relevant installation points.</li>
<li> Secure the Tomcat Manager to allow connections from the ERP only.</li>
<li> Ability to update every part of the package except for Openbravo ERP.   So the <em>apt-get upgrade</em> command will update your  Tomcat, PostgreSQL or Apache configurations for Openbravo ERP, but will not update your Openbravo ERP version. The <a href="http://wiki.openbravo.com/wiki/ERP/2.50/Openbravo_ERP_Installation#Upgrading_to_the_latest_maintenance_pack">ERP updates</a> are managed through the Module Management Console inside Openbravo ERP.</li>
</ul>
<p>And the fixed issues:</p>
<ul>
<li>Installation hangs in localized Ubuntus (<a href="https://bugs.launchpad.net/ubuntu/+source/openbravo-erp/+bug/435412">#435412</a>, <a href="https://bugs.launchpad.net/ubuntu/+source/openbravo-erp/+bug/410182">#410182</a>, <a href="https://bugs.launchpad.net/ubuntu/+source/openbravo-erp/+bug/442484">#442484</a>)</li>
<li>Fixed JAVA_HOME issue when updating Core.</li>
<li style="text-align:left;"> Global variables are correctly set if user openbravo already exits. This perform a backup of the existing /home/openbravo/.profile in /home/openbravo/.profile.bak</li>
<li> (many other minor fixes)</li>
</ul>
<p>We&#8217;re very excited with this package, help us fine tuning it for the<em><strong> </strong></em>final version!</p>
<p>Gorka</p>
<p><strong>UPDATE</strong>:  see the list of <a href="http://wiki.openbravo.com/wiki/ERP/2.50/Ubuntu_Package_Status#Known_issues_of_the_Karmic_beta_package">known issues</a></p>
<p>(EDIT: fixed the command to add the repository URLs to sources.list)</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/gorkagil.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/gorkagil.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/gorkagil.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/gorkagil.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/gorkagil.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/gorkagil.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/gorkagil.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/gorkagil.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/gorkagil.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/gorkagil.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/gorkagil.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/gorkagil.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/gorkagil.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/gorkagil.wordpress.com/3/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gorkagil.wordpress.com&amp;blog=10957357&amp;post=3&amp;subd=gorkagil&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://gorkagil.wordpress.com/2009/12/17/openbravo-erp-beta-package-for-ubuntu-karmic-available-for-testing/feed/</wfw:commentRss>
		<slash:comments>36</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/fd5a3e78f42f14e4fbe5b447bc502df9?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">gorkagil</media:title>
		</media:content>
	</item>
	</channel>
</rss>
