<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<style type="text/css">
<!--

/*
  The original subSilver Theme for phpBB version 2+
  Created by subBlue design
  http://www.subBlue.com

  NOTE: These CSS definitions are stored within the main page body so that you can use the phpBB2
  theme administration centre. When you have finalised your style you could cut the final CSS code
  and place it in an external file, deleting this section to save bandwidth.
*/


 /* General page style. The scroll bar colours only visible in IE5.5+ */
body {
        background-color: #E5E5E5;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 11;
        color: #000000;
}

/* General font families for common tags */
font,th,td,p { font-family: Verdana, Arial, Helvetica, sans-serif }
p, td                { font-size : 11; color : #000000; }
a:link,a:active,a:visited { color : #006699; }
a:hover                { text-decoration: underline; color : #DD6900; }
hr        { height: 0px; border: solid #D1D7DC 0px; border-top-width: 1px;}
h1,h2                { font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; font-size : 22px; font-weight : bold; text-decoration : none; line-height : 120%; color : #000000;}


/* This is the border line & background colour round the entire page */
.bodyline        { background-color: #FFFFFF; border: 1px #98AAB1 solid; }


/* General text */
.gen { font-size : 12px; }
.genmed { font-size : 11px; }
.gensmall { font-size : 10px; line-height: 12px}
.gen,.genmed,.gensmall { color : #000000; }
a.gen,a.genmed,a.gensmall { color: #006699; text-decoration: none; }
a.gen:hover,a.genmed:hover,a.gensmall:hover        { color: #DD6900; text-decoration: underline; }


/* Forum title: Text and link to the forums used in: index.php */
.forumlink                { font-weight: bold; font-size: 12px; color : #006699; }
a.forumlink         { text-decoration: none; color : #006699; }
a.forumlink:hover{ text-decoration: underline; color : #DD6900; }


/* The content of the posts (body of text) */
.postbody { font-size : 12px; line-height: 18px}
a.postlink:link        { text-decoration: none; color : #006699 }
a.postlink:visited { text-decoration: none; color : #5493B4; }
a.postlink:hover { text-decoration: underline; color : #DD6900}


/* Quote & Code blocks */
.code {
        font-family: Courier, 'Courier New', sans-serif; font-size: 11px; color: #006600;
        background-color: #FAFAFA; border: #D1D7DC; border-style: solid;
        border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}

.quote {
        font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #444444; line-height: 125%;
        background-color: #FAFAFA; border: #D1D7DC; border-style: solid;
        border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}

-->
</style>
</head>
        <body>

        <div class="postbody"><div style="text-align:center"><span style="font-size: 18px; line-height: normal">The first PEtALS binary package for Debian has been released!!</span></div><br />
<br />
Well, it's a pre-alpha version which can be downloaded from <a href="http://www.megaupload.com/fr/?d=9RT662C6" target="_blank" class="postlink">PEtALS Debian package on Mega Upload</a><br />
<br />
I've made two modifications that change the default behavior of PEtALS:<br />
<ul>* A new logger.properties that dumps everything into a unique petals.log relying on logrotate to take care of files rotations.<br />
* Former scripts bin/*.sh have been replaced by two new commands 'petals' and 'jbi4petals' to perform administrative tasks.</ul><br />
It would be really nice to get feedbacks about the 'petals' and 'jbi4petals' commands as well as issues that may be encountered during the install or the uninstall of the package.<br />
So, let me explain in three steps how it works:<br />
<span style="font-weight: bold"><br />
First, you have to download the package on your ubuntu or debian machine</span><br />
                   <a href="http://www.megaupload.com/fr/?d=9RT662C6" target="_blank" class="postlink">PEtALS Debian package on Mega Upload</a><br />
<span style="font-weight: bold"><br />
When it's done, log as root and execute the following commands to start the install:</span><br />
<span style="font-family:Courier New"><br />
# apt-get install logrotate sun-java5-bin ant<br />
.........<br />
# dpkg -i petals_2.2.1_i386.deb<br />
Selecting previously deselected package petals.<br />
(Reading database ... 102611 files and directories currently installed.)<br />
Unpacking petals (from petals_2.2.1_i386.deb) ...<br />
Adding system user `petals' (UID 113) ...<br />
Adding new group `petals' (GID 124) ...<br />
Adding new user `petals' (UID 113) with group `petals' ...<br />
Not creating home directory `/usr/lib/esb/petals' ...<br />
Setting up petals (2.2.1) ...</span><br />
<br />
<br />
To start the ESB, you have to be the petals user:<br />
<span style="font-family:Courier New"><br />
# su - petals<br />
$  petals version<br />
PEtALS ESB version 2.2.1<br />
java version "1.5.0_15"</span><br />
<br />
<span style="font-weight: bold">An example of what you can do now:</span><br />
<span style="font-family:Courier New"><br />
    $petals start<br />
    PEtALS ESB is starting ...      OK</span><br />
<br />
It starts the server in the background, it will be still running even if you log out, but not if you turn off your computer <img src="http://petals.ebmwebsourcing.com/forum/images/smiles/icon_wink.gif" alt="Wink" border="0" /><br />
<span style="font-family:Courier New"><br />
    $jbi4petals install component petals-se-xslt-2.3-SNAPSHOT.zip<br />
    $ jbi4petals list service engines<br />
<br />
    #######################################################<br />
    #                    Service Engines                  #<br />
    #######################################################<br />
    Name        : petals-se-xslt<br />
    State       : Shutdown<br />
    Description :</span><br />
<br />
<br />
<span style="font-weight: bold">About jbi4petals</span><br />
<br />
    jbi4petals is a script which converts shell commands into ant tasks according to those defined in the petals-ant.jar. It aims to be a basic JBI interface with PEtALS and to save hours of boring ant scripting. It also has the advantage to be "batcheable" and to work in a production environment, I mean, on a machine<ul>        - without graphical interface<br />
        - not even one compiler installed<br />
        - a 80 (not 400) characters width black and white screen<br />
        - a US qwerty keyboard<br />
        - probably without tab's completion<br />
        - and maybe down in a dark room where the temperature is almost zero  <img src="http://petals.ebmwebsourcing.com/forum/images/smiles/icon_eek.gif" alt="Shocked" border="0" />  ha ha ha</ul><br />
This script could easily be improved and there are probably better ways to perform the same tasks, please share your ideas and don't forget to post any missing dependency or bug   <img src="http://petals.ebmwebsourcing.com/forum/images/smiles/icon_rolleyes.gif" alt="Rolling Eyes" border="0" /> <br />
<br />
Enjoy~~</div>
        <br /><div class="gensmall"><br />
<br />
<br />
-------------------- m2f --------------------<br />
<br />
Read this forum topic online here:<br />
<a href="http://petals.ebmwebsourcing.com/forum/viewtopic.php?p=344#344" target="_blank">http://petals.ebmwebsourcing.com/forum/viewtopic.php?p=344#344</a><br />
<br />
-------------------- m2f --------------------</div>
        </body>
</html>