From b782ffa7a9a9956865f26477b7a5a7afe144e91d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Prochowski?= Date: Thu, 5 Jul 2012 11:04:52 +0200 Subject: [PATCH] Update installation section in README.md file. --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 748f2e5..4c66e99 100644 --- a/README.md +++ b/README.md @@ -48,6 +48,18 @@ Download the GitList latest package and decompress to your `/var/www/gitlist` fo git clone https://github.com/klaussilveira/gitlist.git /var/www/gitlist ``` +Download composer.phar: + +``` +curl -s http://getcomposer.org/installer | php +``` + +Install vendors using composer: + +``` +php composer.phar install +``` + Rename the `config.ini-example` file to `config.ini`. Now 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). Now, let's create the cache folder and give the correct permissions: ```