PEAR metapackage for Statusnet

A short while ago, someone popped into the PEAR irc channel on efnet and asked about installing Statusnet – which is a “open source micro messaging platform that helps you share and connect in real-time within your own domain.” It’s what powers identi.ca and similar micro-blogging services.

Specifically, this person wanted advice on installing the six or so PEAR packages on which this software depends; eight if you include the optional ones.

Foreseeing a number of people wanting similar help, I thought it would be best to create a metapackage to bundle these PEAR packages together – at the least it would mean only one “pear install” command would be required and it would reduce the number of potential mistakes that could be made.

Following my own instructions in the “Dependency Tracking (Meta Packages) with PEAR” section in the PEAR documentation, I quickly came up with Statusnet_Statusnet-0.1.1.tgz.

Install it via “$pear install http://short.ie/statusnettgz” for the moment – as the location of where it’s being hosted may change during the week.

Update 2010-08-10: This article has been translated to Belorussian by Patricia Clausnitzer and is available here.

3 Responses to “PEAR metapackage for Statusnet”

  1. Ken,

    That’s great news! What can we do to help keep this metapackage maintained?

    -Evan

  2. kenguest says:

    There’s the source XML at http://lir.talideon.com/~ken/metapackages/statusnet_pear.xml which is relatively easy to update.

    It’s really just a matter of updating the XML, including updating the version number of the meta-package, validating it with:

    $pear package-validate statusnet_pear.xml

    and then creating the .tgz with:

    $pear package statusnet_pear.xml

    More info on how to do this type of thing is at http://pear.php.net/manual/en/guide.developers.package2.dependencies.php – feel free to drop me, or the pear developers list ( pear-dev@lists.php.net ) a question if you feel the need too.

  3. abcphp.com says:

    PEAR metapackage for Statusnet « Ken Guest’s online diary…

    A short while ago, someone popped into the PEAR irc channel on efnet and asked about installing Statusnet – which is a “open source micro messaging platform that helps you share and connect in real-time within your own domain.” It’s what powers identi….