From 6919924991acf068697fd7bf6f0845b332d9df5d Mon Sep 17 00:00:00 2001
From: alangrafu <alvaro@graves.cl>
Date: Thu, 8 Sep 2011 12:11:31 -0700
Subject: [PATCH] Include comment to remind the user to make writable cache/
 and meta/ dirs

---
 .gitignore | 1 -
 install.sh | 7 +++++++
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/.gitignore b/.gitignore
index ec9274aa..b9fae770 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,2 @@
 settings.inc.php
-cache/
 *~
diff --git a/install.sh b/install.sh
index 236fe310..bcd375f5 100755
--- a/install.sh
+++ b/install.sh
@@ -88,4 +88,11 @@ echo "WARNING: Copying $root_htaccess as .htacess in parent directory"
 echo ""
 cp $root_htaccess $parent_htaccess
 
+mkdir cache
+
+echo ""
+echo "***ATTENTION***"
+echo "Remember to give permissions to the server to write in cache/ and meta/ dirs"
+echo "Otherwise LODSPeaKr won't work"
+
 
-- 
GitLab