From 038d2009556e304c8dab2d7273428c94578698bc Mon Sep 17 00:00:00 2001 From: Karsten Heiken Date: Sat, 22 Oct 2011 15:22:07 +0200 Subject: [PATCH] Add note to remind the user to make uploads/ writable --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index e1d9747..2d36ef6 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,8 @@ Simply import mysql_scheme.sql into your database, set the connection data insid Copy config/database.sample.php to config/database.php and adjust the values. Same thing goes for config/config.sample.php and .htaccess.sample (if you want mod_rewrite-support). +Don't forget to make the upload directory writable by the web server. + License -------