From f2ca9acbed9f7cfdbe1235f59fa732713e1b18c5 Mon Sep 17 00:00:00 2001
From: Roger Feese <rfeese@unl.edu>
Date: Wed, 15 Apr 2015 15:45:35 -0500
Subject: [PATCH] Added Apache module and PHP extensions requirements.

---
 docs/INSTALL.txt | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/docs/INSTALL.txt b/docs/INSTALL.txt
index 50569acf..599ecd8f 100644
--- a/docs/INSTALL.txt
+++ b/docs/INSTALL.txt
@@ -59,6 +59,15 @@ special privileges to create.
 
 8. Set up Apache and your virtual host (TODO).
 
+	Required Apache modules:
+		rewrite
+		php5
+
+	Required PHP extensions:
+		php5-mysql
+		php5-memcache
+		php5-tidy
+
 9. Place a copy of the bulletin repository in the application folder. In order
 to get all of the embeded notes, this currently requires a copy of the
 repository from production.
-- 
GitLab