From 438749d13ae278b02b05c1b98f1ab71739aadedd Mon Sep 17 00:00:00 2001 From: Silvio Fricke Date: Thu, 2 Apr 2015 12:06:40 +0200 Subject: initial commit Signed-off-by: Silvio Fricke --- readme.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 readme.md (limited to 'readme.md') diff --git a/readme.md b/readme.md new file mode 100644 index 0000000..2842c99 --- /dev/null +++ b/readme.md @@ -0,0 +1,22 @@ + +# Introduction + +[LanguageTool] is an Open Source proof­reading software for English, French, +German, Polish, and more than 20 other languages. + +You can use the LanguageTools with a [firefox-plugin]. + +This is a Dockerfile to get the languagetools running on a system without java. + +[LanguageTool]: https://www.languagetool.org/ +[firefox-plugin]: https://addons.mozilla.org/firefox/addon/languagetoolfx/ + +# Usage + +The Server is running on port 8010, this port should exposed. + + $ docker pull silviof/docker-languagetool + [...] + $ docker run --rm -p 8010:8010 silviof/docker-languagetool + +Or you run it in background via `-d`-option. -- cgit v1.2.3