------------------------------------------------------------
revno: 1146
committer: Lars Helge Overland <[email protected]>
branch nick: dhis2-docbook-docs
timestamp: Wed 2014-07-16 13:36:05 +0200
message:
  Installation. Reemoved ntp which is now installed by default in 14.04. Added 
snippet on locale.
modified:
  src/docbkx/en/dhis2_implementation_guide_installation.xml


--
lp:~dhis2-documenters/dhis2/dhis2-docbook-docs
https://code.launchpad.net/~dhis2-documenters/dhis2/dhis2-docbook-docs

Your team DHIS 2 developers is subscribed to branch 
lp:~dhis2-documenters/dhis2/dhis2-docbook-docs.
To unsubscribe from this branch go to 
https://code.launchpad.net/~dhis2-documenters/dhis2/dhis2-docbook-docs/+edit-subscription
=== modified file 'src/docbkx/en/dhis2_implementation_guide_installation.xml'
--- src/docbkx/en/dhis2_implementation_guide_installation.xml	2014-07-10 07:46:51 +0000
+++ src/docbkx/en/dhis2_implementation_guide_installation.xml	2014-07-16 11:36:05 +0000
@@ -78,17 +78,17 @@
       <screen>sudo sysctl -p</screen>
     </section>
     <section>
-      <title>Setting the server time zone</title>
+      <title>Setting server time zone and locale</title>
       <para>It may be necessary to reconfigure the time zone of the server to match the time zone of
         the location which the DHIS2 server will be covering. If you are using a virtual private
         server, the default time zone may not correspond to the time zone of your DHIS2 location.
         You can easily reconfigure the time zone by invoking the below and following the
         instructions.</para>
       <screen>sudo dpkg-reconfigure tzdata</screen>
-      <para>It is easy to keep your server very accurate by using the NTP package. NTP will
-        automatically syncronize your server time on a regular basis. You can install it by
-        invoking:</para>
-      <screen>sudo apt-get install ntp</screen>
+      <para>PostgreSQL is sensitive to locales so you might have to install your locale first. To
+        check existing locales and install new ones (e.g. Russian):</para>
+      <screen>locale -a
+sudo locale-gen ru_RU.UTF-8</screen>
     </section>
     <section>
       <title>PostgreSQL installation</title>

_______________________________________________
Mailing list: https://launchpad.net/~dhis2-devs
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~dhis2-devs
More help   : https://help.launchpad.net/ListHelp

Reply via email to