From 55f1b2b8df1ab77902ec2b3fed6858ce8f5fbd47 Mon Sep 17 00:00:00 2001 From: Josh Sherman Date: Fri, 12 Mar 2010 22:39:59 -0500 Subject: [PATCH] Added installation steps (albeit not complete). --- INSTALL | 24 +++++++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) diff --git a/INSTALL b/INSTALL index a5582ad..c2f26dd 100644 --- a/INSTALL +++ b/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).