An open API service indexing awesome lists of open source software.

https://github.com/fgrehm/pearfarm

Improves the productivity of the PHP community by making it easy to repeatable produce PEAR packages and post them to a public PEAR server
https://github.com/fgrehm/pearfarm

Last synced: about 1 year ago
JSON representation

Improves the productivity of the PHP community by making it easy to repeatable produce PEAR packages and post them to a public PEAR server

Awesome Lists containing this project

README

          

INSTALATION
=======
$ git clone git://github.com/fgrehm/pearfarm.git

$ cd pearfarm

$ pear channel-discover pearfarm.pearfarm.org

$ php pearfarm build

$ pear install pearfarm-*.tgz

OR

$ pear install pearfarm.pearfarm.org/pearfarm

DEPENDENCIES
=======
1. PHP >= 5

2. cURL support enabled
**Ubuntu**: _sudo apt-get install php5-curl_
**Mac ports**: _sudo port install php5-curl_

EXISTING PROJECTS
=======

1. cd to/project/root

2. pearfarm init

3. update generated pearfarm.spec file

4. run 'pearfarm build' to build package .tgz

Enjoy!