Developer area
Subversion access
Porte source code is graciously host by Google Code. Use this command to anonymously check out the latest project source code:
svn checkout http://porte.googlecode.com/svn/trunk/ porte-read-only
Google code
Working with SVN source code
Running the tests (PHPUnit)
- sudo pear channel-discover pear.phpunit.de
- sudo pear install phpunit/PHPUnit
- php tests/_run.php (run all the tests)
- cd tests and phpunit {MyTest} (run a unique test)
Building the documentation API (phpDocumentor)
- pear config-set data_dir /path/to/public_html/pear
- sudo pear channel-update pear.php.net
- sudo pear install --alldeps PhpDocumentor
- copy (or make a link) build/phpdoc/porte to /path/to/public_html/pear/PhpDocumentor/phpDocumentor/Converters/HTML/Smarty/templates