[med-svn] r1565 - trunk/packages/gnumed-server/trunk/debian
tille at alioth.debian.org
tille at alioth.debian.org
Thu Mar 13 06:45:56 UTC 2008
Author: tille
Date: 2008-03-13 06:45:55 +0000 (Thu, 13 Mar 2008)
New Revision: 1565
Modified:
trunk/packages/gnumed-server/trunk/debian/README.Debian
Log:
Hint to UTF-8 enabled server
Modified: trunk/packages/gnumed-server/trunk/debian/README.Debian
===================================================================
--- trunk/packages/gnumed-server/trunk/debian/README.Debian 2008-03-12 22:20:20 UTC (rev 1564)
+++ trunk/packages/gnumed-server/trunk/debian/README.Debian 2008-03-13 06:45:55 UTC (rev 1565)
@@ -11,6 +11,16 @@
# cd /var/lib/gnumed/server/bootstrap
# ./bootstrap-latest.sh
+Make sure that your postgresql server is UTF-8 enabled, for instance
+
+$ psql -d template1 -c "show lc_ctype;"
+ lc_ctype
+ -------------
+ de_DE.UTF-8
+ (1 Zeile)
+
+or at least lc_ctype=C.
+
You can use GNUmed client with a public database as described
in the docs of GNUmed client. The server package is needed to
run a local GNUmed data base.
More information about the debian-med-commit
mailing list