Skip to content
This repository has been archived by the owner on Nov 21, 2022. It is now read-only.

offers/pearhub

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is the source code for the pearhub.org website, where you can register pear packages and have them published.

Install
---

Create a database, and make a copy of `config/development.inc.php` to `config/local.inc.php`. Then edit it.
Copy `config/pirum.xml.dist` to `config/pirum.xml` and edit it too.

Run `script/install`

You need to have a couple of dependencies installed on your system, such as svn and git.

You also need to install a cronjob to run the following tasks periodically:

    script/tasks sweep_projects 
    script/tasks build_pending_releases

You might install them to run every 5 minutes or so, in sequence.

---

All code is copyright by Troels Knak-Nielsen, 2010, and is hereby freely available under the BSD license.