From 4589e4130202dd914f3e6502aeaeeb6f8483b1d7 Mon Sep 17 00:00:00 2001 From: Alessandro Vermeulen Date: Fri, 8 Feb 2013 08:38:23 +0100 Subject: [PATCH] Added requirements on postgres and redis-server --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index e46e764f327..ddd2f6d49cb 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,11 @@ Whenever you need ... If you're interested in helping us develop Discourse, please start with our **[Discourse Developer Install Guide](https://github.com/discourse/discourse/blob/master/DEVELOPMENT.md)**, which includes instructions to get up and running in a development environment. +### Requirements + +* PostgreSQL 9.1+ +* Redis 2+ + ### The quick and easy setup ```