From 5a2f427ea026577d57bacccdcf7e793704b67a22 Mon Sep 17 00:00:00 2001 From: sessionm21 Date: Thu, 30 May 2019 21:43:15 -0700 Subject: [PATCH] Update README.md Set file permissions for .htaccess --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 359f9e3..4f2d8da 100644 --- a/README.md +++ b/README.md @@ -39,6 +39,12 @@ In order to run GitList on your server, you'll need: * 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. * In case GitList isn't accessed through the root of the website, open .htaccess and edit RewriteBase (for example, /gitlist/ if GitList is accessed through http://localhost/gitlist/). +* Set file permissions for .htaccess + +``` +chmod 644 .htaccess +``` + * Create the cache folder and give read/write permissions to your web server user: ```