From 133a0cdc568c8be6f468ec32516d2df6ab738570 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Tamarelle?= Date: Thu, 19 Jul 2012 16:08:48 +0300 Subject: [PATCH] Give exact permissions expected for the cache directory --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 07712e6..1f82891 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ In order to run GitList on your server, you'll need: * Download GitList from [gitlist.org](http://gitlist.org/) and decompress to your `/var/www/gitlist` folder, or anywhere else you want to place GitList. * Rename the `config.ini-example` file to `config.ini`. * Open up the `config.ini` and configure your installation. You'll have to provide where your repositories are located and the base GitList URL (in our case, http://localhost/gitlist). -* Create the cache folder and give the correct permissions: +* Create the cache folder and give read/write permissions to your web server user: ``` cd /var/www/gitlist