Revision: 19383
          http://sourceforge.net/p/gate/code/19383
Author:   ian_roberts
Date:     2016-05-31 19:04:44 +0000 (Tue, 31 May 2016)
Log Message:
-----------
Reference to binary distribution

Modified Paths:
--------------
    mimir/branches/5.2/doc/admin.tex
    mimir/branches/5.2/doc/mimir-guide.pdf

Modified: mimir/branches/5.2/doc/admin.tex
===================================================================
--- mimir/branches/5.2/doc/admin.tex    2016-05-31 19:01:54 UTC (rev 19382)
+++ mimir/branches/5.2/doc/admin.tex    2016-05-31 19:04:44 UTC (rev 19383)
@@ -80,9 +80,17 @@
 application using the {\tt mimir-web} plugin, you may need to modify it 
slightly
 to make it mode suitable to your actual usage scenario.
 
+\subsection{Binary Distribution}
+
+Starting with version 5.2, a pre-built WAR of {\tt mimir-cloud} is available
+for download from \url{https://sourceforge.net/projects/gate/files/}.  This can
+be run using any standard Java servlet container, such as Tomcat or Jetty.  WAR
+files for nightly snapshot builds can be downloaded from
+\url{http://jenkins.gate.ac.uk/job/GATEMimir-Nightly/}.
+
 \subsection{Prerequisites}
 
-To build the \Mimir\ web application you will need:
+To build your own \Mimir\ web application you will need:
 \begin{itemize}
 \item A Java 7 or later JDK.  \Mimir\ has been tested with the Sun/Oracle and 
OpenJDK
   JVMs on Linux and Mac OS X.
@@ -122,7 +130,7 @@
 \end{enumerate}
 
 The next step is to configure the {\tt mimir-cloud} web application, and is
-described in the following Section.
+described in the following section.
 
 \subsection{Configuring}\label{sec:admin:config}
 
@@ -133,6 +141,13 @@
 nevertheless check the configuration and make sure it is appropriate for your
 needs.
 
+You can modify the {\tt MimirConfig.groovy} file directly, or you can use the
+``external configuration'' mechanism in Grails to override these settings at
+runtime.  The {\tt MimirConfig.groovy} settings are merged into the main Grails
+configuration with the prefix {\tt gate.mimir}, so for example to override the
+{\tt queryTokeniserGapp} setting you would set
+{\tt gate.mimir.queryTokeniserGapp = "..."} in the external configuration.
+
 \begin{lstlisting}
 gateInit {
   gateHome = "WEB-INF/gate-home"
@@ -262,10 +277,10 @@
 \item {\tt mimir-config.groovy} in the working directory of the Java process.
 \end{itemize}
 
-Any values in these files override values specified in {\tt MimirConfig.groovy}
-or the main application {\tt Config.groovy}.  For production deployments, you
-should be sure to specify the public URL of your \Mimir\ server in one of these
-configuration files.  For example:
+As described above, any values in these files override values specified in
+{\tt MimirConfig.groovy} or the main application {\tt Config.groovy}.  For
+production deployments, you should be sure to specify the public URL of your
+\Mimir\ server in one of these configuration files.  For example:
 \begin{lstlisting}[texcl]
 gate.mimir.indexBaseDirectory = "/data/mimir/indexes"
 grails.serverURL = "http://example.com/mimir";
@@ -273,6 +288,9 @@
 // as the ROOT web application
 \end{lstlisting}
 
+Note the {\tt gate.mimir} prefix when overriding {\tt MimirConfig.groovy}
+settings.
+
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 \section{Indexes in \Mimir}
 

Modified: mimir/branches/5.2/doc/mimir-guide.pdf
===================================================================
(Binary files differ)

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic
patterns at an interface-level. Reveals which users, apps, and protocols are 
consuming the most bandwidth. Provides multi-vendor support for NetFlow, 
J-Flow, sFlow and other flows. Make informed decisions using capacity 
planning reports. https://ad.doubleclick.net/ddm/clk/305295220;132659582;e
_______________________________________________
GATE-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gate-cvs

Reply via email to