From c32c9f8c421cd4c15321c1dcd3292bdbbbe75e5f Mon Sep 17 00:00:00 2001
From: Tomasz Wolniewicz <twoln@umk.pl>
Date: Tue, 26 Oct 2021 06:38:22 +0000
Subject: [PATCH] Update README.md

---
 README.md | 12 ++++++++++--
 1 file changed, 10 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 1c659b3..bf122a1 100644
--- a/README.md
+++ b/README.md
@@ -3,8 +3,16 @@ This repository contains the code used at the **eduGAIN Technical Site** https:/
 These instructions are under development and are not complete
 
 **Installation**
-Clone the code into your favourite directory 
+1. Clone the code into your favourite directory 
 git clone git@gitlab.geant.org:edugain/edugain-technical-site.git your_directory
 
-Go to the lib directory and
+2. Adapt your Apache config file using the contents of the template lib/technical-httpd.conf
+
+3. Use composer to install dependencies (you may need to install composer first) - to do that go to the root of your instalation and run:
+composer update
+
+
+N. Go to the lib directory and
 cp config-template.php config.php
+and edit it according to your local settings. In the beginning you need to 
+
-- 
GitLab