diff options
author | Louise Crow <louise.crow@gmail.com> | 2014-06-25 11:18:57 +0100 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2014-06-25 11:18:57 +0100 |
commit | 9da18f43f7083b3c62425a64f578a15b589b2c8c (patch) | |
tree | 252d878079a0d21a406cd36b7f577ef5657eeaa2 /docs/installing/manual_install.md | |
parent | f594dd21f6e3d9d6656fd6196b4cc217a6b6e4b5 (diff) | |
parent | d22f5e949ad55d86f85c0798cef72928ccf53529 (diff) |
Merge branch 'gh-pages' of ssh://git.mysociety.org/data/git/public/alaveteli into gh-pages
Diffstat (limited to 'docs/installing/manual_install.md')
-rw-r--r-- | docs/installing/manual_install.md | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/docs/installing/manual_install.md b/docs/installing/manual_install.md index 8c6f6d838..d3a629155 100644 --- a/docs/installing/manual_install.md +++ b/docs/installing/manual_install.md @@ -25,6 +25,17 @@ have instructions for [installing on MacOS]({{ site.baseurl }}docs/installing/ma Commands are intended to be run via the terminal or over ssh. +## Set the locale + +**Debian Squeeze** + +Follow the [Debian guide](https://wiki.debian.org/Locale#Standard) for configuring the locale of the operating system. + +Generate the locales you wish to make available. When the interactive screen asks you to pick a default locale, choose "None", as the SSH session will provide the locale required. + + # dpkg-reconfigure locales + +Start a new SSH session to use your SSH locale. ## Get Alaveteli |