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
- Host: GitHub
- URL: https://github.com/fgrehm/pearfarm
- Owner: fgrehm
- Created: 2009-10-28T20:27:51.000Z (over 16 years ago)
- Default Branch: master
- Last Pushed: 2011-05-19T13:57:09.000Z (about 15 years ago)
- Last Synced: 2025-04-14T12:06:03.731Z (about 1 year ago)
- Language: PHP
- Homepage: http://pearfarm.org
- Size: 688 KB
- Stars: 12
- Watchers: 6
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
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!