From 875dbf26df46068d505070807ae8eb787ebc79f4 Mon Sep 17 00:00:00 2001 From: Simon Date: Mon, 17 Jan 2011 13:18:35 +0100 Subject: Initialize Zend --- docs/README.txt | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 docs/README.txt (limited to 'docs') diff --git a/docs/README.txt b/docs/README.txt new file mode 100644 index 0000000..1f144e6 --- /dev/null +++ b/docs/README.txt @@ -0,0 +1,30 @@ +README +====== + +This directory should be used to place project specfic documentation including +but not limited to project notes, generated API/phpdoc documentation, or +manual files generated or hand written. Ideally, this directory would remain +in your development environment only and should not be deployed with your +application to it's final production location. + + +Setting Up Your VHOST +===================== + +The following is a sample VHOST you might want to consider for your project. + + + DocumentRoot "/home/sf34/pbs2/public" + ServerName pbs2.local + + # This should be omitted in the production environment + SetEnv APPLICATION_ENV development + + + Options Indexes MultiViews FollowSymLinks + AllowOverride All + Order allow,deny + Allow from all + + + -- cgit v1.2.3-55-g7522