From 3956530a9ab80dc655e4bd5047dab5ba698dfb31 Mon Sep 17 00:00:00 2001 From: Louise Crow Date: Tue, 17 Jun 2014 17:01:06 +0100 Subject: Restore links split by linebreaks --- docs/developers/index.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'docs/developers/index.md') diff --git a/docs/developers/index.md b/docs/developers/index.md index f8367a4ea..4a39ceaa3 100644 --- a/docs/developers/index.md +++ b/docs/developers/index.md @@ -74,8 +74,7 @@ title: For developers * If you're experiencing memory issues, [this blog post about some strategies used in the - past](https://www.mysociety.org/2009/09/17/whatdotheyknow-growing-pains-and-rub - y-memory-leaks/) might be useful. + past](https://www.mysociety.org/2009/09/17/whatdotheyknow-growing-pains-and-ruby-memory-leaks/) might be useful. * If you're coding on a mac, see these [MacOS X installation notes]({{ site.baseurl }}docs/installing/macos/). -- cgit v1.2.3 From 3929726b113240a78e9adf77a9edcb185e8ff4ab Mon Sep 17 00:00:00 2001 From: Louise Crow Date: Thu, 19 Jun 2014 16:51:52 +0100 Subject: We don't support Lucid anymore . Since https://github.com/mysociety/alaveteli/commit/2e33b1ac860e237ef31b862f80aa7d2b1dcf9c57 --- docs/developers/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/developers/index.md') diff --git a/docs/developers/index.md b/docs/developers/index.md index 4a39ceaa3..9d1869246 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 Wheezy) and Ubuntu (10.04 and 12.04 LTS). For performance + sites deployed on Debian (Squeeze and Wheezy) and Ubuntu (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 -- cgit v1.2.3 From 81ec377ff68514113ea705ea48216eddd336b2da Mon Sep 17 00:00:00 2001 From: Dave Whiteland Date: Wed, 25 Jun 2014 10:53:16 +0100 Subject: fix two broken links in developers/index.md --- docs/developers/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/developers/index.md') diff --git a/docs/developers/index.md b/docs/developers/index.md index 9d1869246..22390f236 100644 --- a/docs/developers/index.md +++ b/docs/developers/index.md @@ -53,10 +53,10 @@ title: For developers it should be this!** * Like many Ruby on Rails sites, the software is not hugely performant (see - some notes about [[performance issues]] gathered over time with + [these notes about performance issues](https://github.com/mysociety/alaveteli/wiki/Performance-issues) gathered over time with WhatDoTheyKnow). The site will run on a server with 512MB RAM but at least 2GB is recommended. Deployment behind [Varnish](https://www.varnish-cache.org) is also fairly essential. See - [[Production Server Best Practices]] for more. + [production server best practices]({{site.baseurl}}docs/running/server/) for more. * There's a number of [proposals for enhancements](https://github.com/mysociety/alaveteli/wiki/Proposals-for-enhancements), such as more user-focused features, but see also... -- cgit v1.2.3