[909] | 1 | $Id: INSTALL 2176 2013-12-12 10:39:47Z jari $ |
---|
| 2 | |
---|
[733] | 3 | ---------------------------------------------------------------------- |
---|
| 4 | {{{ |
---|
[964] | 5 | Copyright (C) 2008, 2009 Jari Häkkinen, Martin Svensson |
---|
[1186] | 6 | Copyright (C) 2010 Jari Häkkinen |
---|
[2176] | 7 | Copyright (C) 2011 Nicklas Nordborg |
---|
| 8 | Copyright (C) 2013 Jari Häkkinen |
---|
[733] | 9 | |
---|
[909] | 10 | This file is part of the Normalizers plug-in package for BASE |
---|
| 11 | (net.sf.based.normalizers). The package is available at |
---|
| 12 | http://baseplugins.thep.lu.se/ BASE main site is |
---|
| 13 | http://base.thep.lu.se/ |
---|
[733] | 14 | |
---|
| 15 | This is free software; you can redistribute it and/or |
---|
| 16 | modify it under the terms of the GNU General Public License |
---|
[910] | 17 | as published by the Free Software Foundation; either version 3 |
---|
[733] | 18 | of the License, or (at your option) any later version. |
---|
| 19 | |
---|
| 20 | The software is distributed in the hope that it will be useful, |
---|
| 21 | but WITHOUT ANY WARRANTY; without even the implied warranty of |
---|
| 22 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
---|
| 23 | GNU General Public License for more details. |
---|
| 24 | |
---|
| 25 | You should have received a copy of the GNU General Public License |
---|
[910] | 26 | along with this program. If not, see <http://www.gnu.org/licenses/>. |
---|
[733] | 27 | }}} |
---|
| 28 | ---------------------------------------------------------------------- |
---|
| 29 | |
---|
[909] | 30 | |
---|
[958] | 31 | == How to install or upgrade the Normalization plug-ins package for BASE. == |
---|
[733] | 32 | |
---|
| 33 | |
---|
| 34 | == Requirements == |
---|
| 35 | |
---|
[2176] | 36 | 1. BASE 3.2.4 or later. |
---|
[733] | 37 | |
---|
[958] | 38 | == Installation/Upgrade == |
---|
[733] | 39 | |
---|
| 40 | 1. Unpack the tar.gz file to a directory of your choice. |
---|
[932] | 41 | 2. Copy the normalization-plugins.jar to your BASE plug-ins |
---|
| 42 | directory. This directory is specified by the 'plugins.dir' option |
---|
[958] | 43 | in your base.config file and defaults to <basedir>/plugins. In case |
---|
| 44 | of upgrading to a newer package-release the old jar-file should be |
---|
| 45 | overwritten. |
---|
[932] | 46 | [[br]][[br]] |
---|
| 47 | If you have job agents that are running from another location, you |
---|
| 48 | must also copy the jar file to a location the job agents has |
---|
| 49 | access to. |
---|
| 50 | 3. Log in to BASE as an administrator and run the plug-in |
---|
[1410] | 51 | auto-installation wizard by going to ''Administrate->Plug-ins & |
---|
| 52 | Extensions->Overview'' and click on the 'Install/uninstall' button. |
---|
| 53 | 4. Select to 'Install' the normalization-plugins.jar and then click |
---|
| 54 | on 'Next'. |
---|
| 55 | 5. Done. The normalization plug-ins are now installed. |
---|
[735] | 56 | |
---|
[932] | 57 | Make sure that the job agents have access to the same |
---|
| 58 | normalization-plugins.jar file as the Tomcat web server. If the job |
---|
| 59 | agents are not running from the same BASE installation directory, you |
---|
[1410] | 60 | may need to copy the files to a proper location. |
---|