diff options
author | Gareth Rees <gareth@mysociety.org> | 2014-06-16 16:05:42 +0100 |
---|---|---|
committer | Gareth Rees <gareth@mysociety.org> | 2014-06-16 16:19:48 +0100 |
commit | cf129147e306abb3b6cfa751913040c728b2487a (patch) | |
tree | 0271bf33a0729dc14df2a8583ec06ac73629a1d1 /docs/installing | |
parent | 1123611878855ee381a8e333ef7f3be4be5d7e8f (diff) |
Configure locale on fresh systems
Diffstat (limited to 'docs/installing')
-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 0c6efb1d9..13d31eea8 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 |