From dd04db2ca4973e7530264fa2f659d993a931c809 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ma=C3=ABl=20M=C3=A9liani?= <m.meliani@neogeo-online.net>
Date: Tue, 4 Jun 2013 11:27:01 +0200
Subject: [PATCH] Updated the install doc

---
 docs/install.rst | 14 +++++++++++++-
 1 file changed, 13 insertions(+), 1 deletion(-)

diff --git a/docs/install.rst b/docs/install.rst
index c1ae75e..2684ed2 100644
--- a/docs/install.rst
+++ b/docs/install.rst
@@ -15,10 +15,13 @@ Prerequisites
 
 	*	pyyaml
 
+	*	nosetests (Not mandatory but required to run tests)
+
 *	GDAL/OGR (>= 1.9.x with Python support)
 
 *	MapServer (>= 6.x with MapScript-Python support)
 
+
 Download
 ========
 Get the newest source code by downloading the archive at `download`_ page.
@@ -92,7 +95,6 @@ That way, your own configuration won't be discarded by a further update.
 
 		web_debug allows for easy debuging in the the browser, should be deactivated in production.
 
-
 	*	**raise_all** [True | False]
 
 		Exceptions are transformed into web errors.
@@ -120,6 +122,16 @@ That way, your own configuration won't be discarded by a further update.
 		
 		To add the logs to the generated output of the webapp.
 
+*	**testing**
+	
+    *	**active** [True | False]
+
+    	Additions to the API for testing, should be deactivated in production.
+    
+    *	**model**
+
+    	Mapfile to use to create new test files.
+
 Finally check MapServer Rest API is working correctly: 
 
 	http://localhost/mra/maps
-- 
GitLab