mirror of
https://github.com/klaussilveira/gitlist.git
synced 2025-11-18 03:30:55 +01:00
Update README.md
Set file permissions for .htaccess
This commit is contained in:
@@ -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:
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user