views:

211

answers:

2

I am looking for instructions on how to setup a PEAR channel for our project so that we can deploy it with the pear installer. I have Googled for a while and cannot find any straightforward information. I followed this tutorial for a while, but I am having a hell of a time getting this to work. Does anyone know how to do this? Is there a simpler way?

Update: When I posted this a few days ago, I immediately got 4 votes. So clearly, someone else is interested in this topic. It's about deployment, so I think it's quite relevant as an SO question.

Gradually, those votes have been chipped away. Please don't vote this down any further. If you think it should remain a zero, fine. But, I really need the answer, so I'd prefer that it stay above negative territory. If you do down-vote, despite what I am asking here, then add a comment about why it's not a good question.

+3  A: 

It looks like you are one of the few people who want to do this. That tutorial you linked to appears to be the latest (!) but the package is still somewhat in development. The documentation in that package is also non-existent. It looks like it's up to you to write the docs. Or maybe contact Greg Beaver; the author of the package and blog post you linked to. He also wrote a book about PEAR (albeit in 2006.) The amazon writeup mentions this:

Next, you will learn how to set up your own PEAR Channel for distributing PHP applications, both open-source and proprietary closed-source PHP applications that can be secured using technology already built into the PEAR Installer

.

MDCore
Thanks, MDCore. That's the best answer (and only) I've got so I am marking it answered. I'll try and hunt down that book.
Sam McAfee
Thanks, much appreciated!
MDCore
A: 

What problems are you encountering on following the tutorial that you linked to?

You could set up your own channel with pirum or the chiara server ( http://pear.chiaraquartet.net/ ) but you could also look into getting an account on http://pearfarm.org and hosting your packages there (or on http://pearhub.org).

kguest