source: plugins/base2/net.sf.basedb.normalizations/trunk/INSTALL @ 733

Last change on this file since 733 was 733, checked in by Martin Svensson, 15 years ago

References #122 Created README and INSTALL pages for the Normalization package

  • Property svn:eol-style set to native
  • Property svn:keywords set to Id
File size: 2.5 KB
Line 
1----------------------------------------------------------------------
2{{{
3Copyright (C) 2008
4
5This file is part of Normalization plug-in package for BASE.
6Available at http://baseplugins.thep.lu.se/
7BASE main site: http://base.thep.lu.se/
8
9This is free software; you can redistribute it and/or
10modify it under the terms of the GNU General Public License
11as published by the Free Software Foundation; either version 2
12of the License, or (at your option) any later version.
13
14The software is distributed in the hope that it will be useful,
15but WITHOUT ANY WARRANTY; without even the implied warranty of
16MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
17GNU General Public License for more details.
18
19You should have received a copy of the GNU General Public License
20along with this program; if not, write to the Free Software
21Foundation, Inc., 59 Temple Place - Suite 330,
22Boston, MA  02111-1307, USA.
23}}}
24----------------------------------------------------------------------
25
26== How to install the Normalization plug-ins package for BASE. ==
27
28
29== Requirements ==
30
31 1. BASE 2.7.0 or later.
32
33
34== Installation ==
35
36 1. Unpack the tar.gz file to a directory of your choice.
37 2. Copy the normalization-plugins.jar to your BASE plug-ins directory. This directory
38    is specified by the 'plugins.dir' option in your base.config file and defaults
39    to <basedir>/plugins.[[BR]]
40    If you have job agents that are running from another location, you must also
41    copy the jar file to a location the job agents has access to. 
42 3. Log in to BASE as an administrator and run the plug-in auto-installation wizard by going
43  to ''Administrate -> Plugins -> Definitions'' and click on the 'New' button.
44 4. Select the 'Automatically' option.
45 5. The auto-detection should find plug-ins for the algorithms listed below. You should
46    change the 'Install' value to 'yes' for those which should be installed.
47     * Average normalization
48     * Cubic spline normalization
49     * Ran invariant
50 6. Finish the installation wizard.
51 7. Done. The normalization plug-ins are now installed.
52 
53 Make sure that the job agents have access to the same normalization-plugins.jar file as the
54 Tomcat web server. If the job agents are not running from the same BASE
55installation directory, you may need to copy the files to a proper location.
56We recommend that you always put the normalization-plugins.jar inside the
57plugins.dir directory. If you do, BASE will automatically find the JAR file
58in job agents. Otherwise, you may have to configure the JAR path manually
59for each job agent.
Note: See TracBrowser for help on using the repository browser.