pickles/docs/ric_INSTALL.html
2010-10-14 20:53:44 -04:00

45 lines
No EOL
1.7 KiB
HTML

<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<!-- template designed by Marco Von Ballmoos -->
<title></title>
<link rel="stylesheet" href="media/stylesheet.css" />
<meta http-equiv='Content-Type' content='text/html; charset=iso-8859-1'/>
</head>
<body>
<h1 align="center">INSTALL</h1>
<pre>
______ _____ _____ _ __ _ _____ _____
| ___ \_ _/ __ \| | / /| | | ___/ ___|
| |_/ / | | | / \/| |/ / | | | |__ \ `--.
| __/ | | | | | \ | | | __| `--. \
| | _| |_| \__/\| |\ \| |____| |___/\__/ /
\_| \___/ \____/\_| \_/\_____/\____/\____/
PHP Interface Collection of Killer Libraries to Enhance Stuff
===========================================================================
Installation Guide
------------------
1. Extract PICKLES source code to the location of your choice. I usually
put it in /usr/share/pickles
2. Add PICKLES to your include path. This can be accomplished a number of
ways, my preference being adding it to the VirtualHost entry of my
Apache config and restart Apache:
php_value include_path .:/usr/share/pickles
3. Peep the sample-site directory, this contains a working site that should be
fairly easy to get up and running.
4. If all else fails, get in touch!
</pre>
<p class="notes" id="credit">
Documentation generated on Thu, 14 Oct 2010 20:15:16 -0400 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
</p>
</body>
</html>