Merge pull request #108 from GromNaN/patch-1

Give exact permissions expected for the cache directory
This commit is contained in:
Klaus Silveira
2012-07-20 21:03:36 -07:00

View File

@@ -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. * 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`. * 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). * 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 cd /var/www/gitlist