mirror of
https://github.com/klaussilveira/gitlist.git
synced 2025-11-17 19:20:56 +01:00
Highlight paths in README
This commit is contained in:
@@ -38,8 +38,8 @@ In order to run GitList on your server, you'll need:
|
||||
* Do not download a branch or tag from GitHub, unless you want to use the development version. The version available for download at the website already has all dependencies bundled, so you don't have to use composer or any other tool
|
||||
* 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
|
||||
* 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
|
||||
|
||||
Reference in New Issue
Block a user