summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilip Gabrielsen <philip@webcode.no>2012-02-08 13:40:32 +0100
committerPhilip Gabrielsen <philip@webcode.no>2012-02-08 13:40:32 +0100
commit10341e4c72c9418d33ea263b7a775da769cbf2b0 (patch)
tree5013d6b52777611563bc28f754ffbb79ec63a000
parentfdad5f8c761304c3bf5ec095fea0e2331435fee4 (diff)
downloadZimbra-Norwegian-10341e4c72c9418d33ea263b7a775da769cbf2b0.tar.gz
Zimbra-Norwegian-10341e4c72c9418d33ea263b7a775da769cbf2b0.tar.xz
Zimbra-Norwegian-10341e4c72c9418d33ea263b7a775da769cbf2b0.zip
Added installation guide
-rw-r--r--README.md19
1 files changed, 19 insertions, 0 deletions
diff --git a/README.md b/README.md
index 502665f..fc18a91 100644
--- a/README.md
+++ b/README.md
@@ -3,3 +3,22 @@
Sponsored by Telsys AS http://www.telsys.no
Norwegian translation of Zimbra.
+
+
+Installation:
+Run the following commands to install Norwegian language to your Zimbra installation:
+cd /opt/zimbra/jetty/webapps/zimbra/WEB-INF/classes/messages/
+rm -rf ZMsg_no.properties ZmMsg_no.properties ZhMsg_no.properties ZaMsg_no.properties I18nMsg_no.properties AjxMsg_no.properties
+wget https://raw.github.com/Flums/Norwegian-Zimbra-Translation/master/messages/ZmMsg_no.properties
+wget https://raw.github.com/Flums/Norwegian-Zimbra-Translation/master/messages/ZhMsg_no.properties
+wget https://raw.github.com/Flums/Norwegian-Zimbra-Translation/master/messages/ZaMsg_no.properties
+wget https://raw.github.com/Flums/Norwegian-Zimbra-Translation/master/messages/ZMsg_no.properties
+wget https://raw.github.com/Flums/Norwegian-Zimbra-Translation/master/messages/ZsMsg_no.properties
+wget https://raw.github.com/Flums/Norwegian-Zimbra-Translation/master/messages/I18nMsg_no.properties
+wget https://raw.github.com/Flums/Norwegian-Zimbra-Translation/master/messages/AjxMsg_no.properties
+chown zimbra: *
+
+and last (as user zimbra):
+zmmailboxdctl restart
+
+This last command will cause downtime to HTTP/Zimbra GUI for a short period of time.