Added installation steps (albeit not complete).

This commit is contained in:
Josh Sherman 2010-03-12 22:39:59 -05:00
parent 012c3f8717
commit 55f1b2b8df

24
INSTALL
View file

@ -1 +1,23 @@
Come back later...
______ _____ _____ _ __ _ _____ _____
| ___ \_ _/ __ \| | / /| | | ___/ ___|
| |_/ / | | | / \/| |/ / | | | |__ \ `--.
| __/ | | | | | \ | | | __| `--. \
| | _| |_| \__/\| |\ \| |____| |___/\__/ /
\_| \___/ \____/\_| \_/\_____/\____/\____/
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. Run the PICKLE site generation script (oh wait, there isn't one).