Bastien Sevajol 0de4e59322 change chmod | 12 years ago | |
---|---|---|
.. | ||
onpk | 12 years ago | |
simpletest.org | 12 years ago | |
README | 12 years ago | |
build_tarball.sh | 13 years ago | |
bundled_docs.xslt | 12 years ago | |
bundled_map.xml | 12 years ago | |
extension.xml | 12 years ago | |
generate_package.php | 12 years ago | |
lastcraft.xslt | 12 years ago | |
make_bundled_docs.sh | 13 years ago | |
make_bundled_docs_with_xalan.sh | 13 years ago | |
make_lastcraft_docs.sh | 13 years ago | |
make_phpdoc_docs.sh | 13 years ago | |
package.xml | 12 years ago | |
pear_package_create.php | 13 years ago | |
phpdoc_docs.xslt | 12 years ago | |
simpletest.ini | 13 years ago | |
site_map.xml | 12 years ago | |
transform_all_lastcraft.php | 12 years ago |
HOW TO MAKE A PACKAGE
1. First make sure PEAR_PackageFileManager is installed;
(version 1.2.0 was used)
$ pear install PEAR_PackageFileManager
2. Edit the simpletest/packages/pear_package_create.php file (see comments for what
needs changing).
3. Run the simpletest/packages/pear_package_create.php script, piping the output
to the file you want to create e.g.;
$ ./pear_package_create.php > package.xml
4. Copy the package.xml to the root of Simpletest.
5. From the root of Simpletest type;
$ pear package package.xml
This creates the package zip
6. Install with;
$ pear install SimpleTest-x.x.x.tgz