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 searched the web 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?
我正在寻找有关如何为我们的项目设置PEAR通道的说明,以便我们可以使用pear安装程序进行部署。我在网上搜索了一段时间,找不到任何简单的信息。我已经按照这个教程做了一段时间,但我有一段时间让这个工作。有谁知道如何做到这一点?有更简单的方法吗?
3 个解决方案
#1
3
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:
看起来你是少数想要这样做的人之一。您链接的教程似乎是最新的(!),但该软件包仍处于开发阶段。该包中的文档也不存在。看起来你应该编写文档了。或者联系Greg Beaver;您链接到的包和博客文章的作者。他还写了一本关于梨花的书(虽然在2006年)。亚马逊的文章提到了这一点:
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
接下来,您将学习如何设置自己的PEAR通道来分发PHP应用程序,包括开源和专有的闭源PHP应用程序,这些应用程序可以使用已经内置到PEAR安装程序中的技术进行保护
.
#2
2
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).
您可以使用pirum或chiara服务器(http://pear.chiaraquartet.net/)设置自己的频道,但您也可以考虑在http://pearfarm.org上获取一个帐户并在那里托管您的软件包(或者http://pearhub.org)。
#3
2
The PEAR website lists a number of channel server softwares now (bottom of the page). They are:
PEAR网站现在列出了许多频道服务器软件(页面底部)。他们是:
I would not use the chiara pear server anymore; it's dead.
我不再使用chiara pear服务器了;它已经死了。
#1
3
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:
看起来你是少数想要这样做的人之一。您链接的教程似乎是最新的(!),但该软件包仍处于开发阶段。该包中的文档也不存在。看起来你应该编写文档了。或者联系Greg Beaver;您链接到的包和博客文章的作者。他还写了一本关于梨花的书(虽然在2006年)。亚马逊的文章提到了这一点:
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
接下来,您将学习如何设置自己的PEAR通道来分发PHP应用程序,包括开源和专有的闭源PHP应用程序,这些应用程序可以使用已经内置到PEAR安装程序中的技术进行保护
.
#2
2
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).
您可以使用pirum或chiara服务器(http://pear.chiaraquartet.net/)设置自己的频道,但您也可以考虑在http://pearfarm.org上获取一个帐户并在那里托管您的软件包(或者http://pearhub.org)。
#3
2
The PEAR website lists a number of channel server softwares now (bottom of the page). They are:
PEAR网站现在列出了许多频道服务器软件(页面底部)。他们是:
I would not use the chiara pear server anymore; it's dead.
我不再使用chiara pear服务器了;它已经死了。