diff options
Diffstat (limited to '_posts')
-rw-r--r-- | _posts/2011-07-13-pret-a-porter-alaveteli.markdown | 1 | ||||
-rw-r--r-- | _posts/2012-11-12-new-for-developers-deploying-with-capistrano-handling-mail-with-postfix.markdown | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/_posts/2011-07-13-pret-a-porter-alaveteli.markdown b/_posts/2011-07-13-pret-a-porter-alaveteli.markdown index 3fb0e2626..fd3908681 100644 --- a/_posts/2011-07-13-pret-a-porter-alaveteli.markdown +++ b/_posts/2011-07-13-pret-a-porter-alaveteli.markdown @@ -10,6 +10,7 @@ categories: - Blog - Development - Hosting +redirect_from: /2011/07/13/pret-a-porter-alaveteli/ --- As part of my recent work on the Alaveteli code, I've needed to repeatedly test it. Currently it's quite complicated installing an Alaveteli website, and I've been having to reinstall from scratch a few times to make sure my test environment is clean. diff --git a/_posts/2012-11-12-new-for-developers-deploying-with-capistrano-handling-mail-with-postfix.markdown b/_posts/2012-11-12-new-for-developers-deploying-with-capistrano-handling-mail-with-postfix.markdown index c8a26c79f..e0919ee49 100644 --- a/_posts/2012-11-12-new-for-developers-deploying-with-capistrano-handling-mail-with-postfix.markdown +++ b/_posts/2012-11-12-new-for-developers-deploying-with-capistrano-handling-mail-with-postfix.markdown @@ -9,6 +9,7 @@ wordpress_id: 420 categories: - Blog - Development +redirect_from: /2012/11/12/new-for-developers-deploying-with-capistrano-handling-mail-with-postfix/ --- It's been a long time since the last post, but we've been busy! We've just released Alaveteli 0.6.8. A full list of changes is [available on github](https://github.com/mysociety/alaveteli/blob/master/doc/CHANGES.md). For developers, there are a couple of bits of good news - Alaveteli can now be easily deployed using [Capistrano](https://github.com/capistrano/capistrano), and has support for using [Postfix](http://www.postfix.org/) as an MTA, as well as Exim. Both of these features come courtesy of [@matthewlandauer](https://twitter.com/matthewlandauer) and [@henaredegan](https://twitter.com/henaredegan) of the [Open Australia Foundation](http://www.openaustraliafoundation.org.au/), who are getting very close to launching their own Alaveteli-based FOI site. |