Currently when writing this text, most of the "FareOfficeLib" code are still in the closed source trunk. But our goal is to move as much of that code into the FareOfficeLib trunk. This will take sometime, so be patient. Another goal is that all code in the FareOfficeLib should be well written and documented.
# Change the folder to your document_root. cd /var/www wget http://articles.cybercow.se/projects/fareofficelib/fareofficelib0.3.tar.gz . tar zxf fareofficelib0.1.tar.gz rm fareofficelib0.1.tar.gz
PhpInclude The contents of this folder should be moved to your php include_path folder. If you don't have a specified include_path folder, you can just move the contents to your apache document_root folder.
In the fareofficelib root folder, you can find a .htaccess file, which contains this row.
php_value include_path ".:/var/www/fareofficelib/PhpInclude"
UnitTestHtDocs This folder (not just the contents) should be moved to your apache document_root folder. When browsing the UnitTestHtDocs/index.php file from your web browser, you will execute all/some Unit Tests for this project.
Documentation This folder contains the manual for the FareOfficeLib.