diff --git a/.gitignore b/.gitignore
index ec9274aa566de8e880731522858f8644c4ba9190..b9fae77096ae481d0ca4b6c9e5242c0745f1af31 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,2 @@
 settings.inc.php
-cache/
 *~
diff --git a/install.sh b/install.sh
index 236fe310e7555cdc67f8b4f1a92ac0ce70a226c4..bcd375f593dff4a68a37c8d3b9678898659b4613 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"
+