Update README.md

Set file permissions for .htaccess
This commit is contained in:
sessionm21
2019-05-30 21:43:15 -07:00
parent 4592719966
commit 5a2f427ea0

View File

@@ -39,6 +39,12 @@ In order to run GitList on your server, you'll need:
* Rename the `config.ini-example` file to `config.ini`. * 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. * 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/). * 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: * Create the cache folder and give read/write permissions to your web server user:
``` ```