diff options
author | Louise Crow <louise.crow@gmail.com> | 2014-06-13 14:18:47 +0100 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2014-06-13 17:50:15 +0100 |
commit | 7d729dd605b06b25047324ff097688ccd09a4f5e (patch) | |
tree | 067c7e49a33f46fb9a7dd77af932feb712229b9d /docs/developers | |
parent | 3ee9c31040a70b26cbad9b505a9ef0bb512371ef (diff) |
Make it clear that we recommend 64-bit hardware for Debian.
Closes #1200.
Diffstat (limited to 'docs/developers')
-rw-r--r-- | docs/developers/index.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/developers/index.md b/docs/developers/index.md index 4b90c9232..f98261a77 100644 --- a/docs/developers/index.md +++ b/docs/developers/index.md @@ -12,7 +12,7 @@ title: For developers * The software is written in **Ruby on Rails 3.x**. We support postgresql as the backend database. A configured mail transfer agent (MTA) like exim, postfix or sendmail is necessary to parse incoming emails. We have production - sites deployed on Debian Squeeze and Ubuntu (10.04 LTS). For performance + sites deployed on Debian (Squeeze and Wheezy) and Ubuntu (10.04 and 12.04 LTS). For performance reasons, we recommend the use of [Varnish](https://www.varnish-cache.org). * To help you understand what the code is doing, read this [high-level |