Added installation steps (albeit not complete).
This commit is contained in:
parent
012c3f8717
commit
55f1b2b8df
1 changed files with 23 additions and 1 deletions
24
INSTALL
24
INSTALL
|
@ -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).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue