Changeset 1200


Ignore:
Timestamp:
Mar 8, 2010, 2:45:15 PM (13 years ago)
Author:
Jari Häkkinen
Message:

Preparing release of version 1.0

Location:
plugins/base2/net.sf.basedb.agilent/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • plugins/base2/net.sf.basedb.agilent/trunk/INSTALL

    r1199 r1200  
    1111== Installation ==
    1212
    13  1. Unpack the tar.gz file to a directory of your choice.
    14  2. Stop the Tomcat server running BASE and all associated job agents.
    15  3. On the BASE (tomcat) server, copy agilent-plugins.jar to
    16     `<basedir>/www/WEB-INF/extensions/`.
     13 1. Unpack the tar.gz file to a directory inside your BASE plug-in
     14    installations directory structure (defined in
     15    `<basedir>/www/WEB-INF/classes/base.config' parameter
     16    ''plugins.dir''.
    1717    [[br]]
    1818    '''Note''' If the job agents are running from a different
    1919    directory than the BASE server you must copy the jar file to the
    2020    directory used by the job agents.
    21  4. From the `config` directory, copy `agilent-raw-data-types-xml`
     21 2. Stop the Tomcat server running BASE and all associated job agents.
     22 3. From the `config` directory, copy `agilent-raw-data-types-xml`
    2223    to `<basedir>/www/WEB-INF/classes/raw-data-types/`
    23     [[br]]
    24     '''Note''' If the job agents are running from a different
    25     directory than the BASE server you must copy the jar file to the
    26     directory used by the job agents.
    27  5. Update the database with Agilent specific tables and columns by
     24 4. Update the database with Agilent specific tables and columns by
    2825    running the `updatedb.sh` script, located in directory
    2926    `<basedir>/bin`.
    30  6. The display name of the Agilent 1-channel raw data type is
     27 5. The display name of the Agilent 1-channel raw data type is
    3128    `AgilentGE1ch` and the unique ID is
    3229    `RawDataAgilent1ch`. You can change the display name of the
     
    4441    }}}
    4542    and replace `Agilent` with `AgilentGE2ch`.
    46  7. Restart the Tomcat server.
    47  8. Log in to BASE with administrator privileges and run the plug-in
     43 6. Restart the Tomcat server.
     44 7. Log in to BASE with administrator privileges and run the plug-in
    4845    auto-installation wizard by selecting ''Administrate -> Plugins ->
    4946    Definitions'' in the menu and click on the 'New' button.
    50  9. Select the 'Automatically' option.
    51  10. The auto-detection should find the plug-ins listed below. You
     47 8. Select the 'Automatically' option.
     48 9. The auto-detection should find the plug-ins listed below. You
    5249    should change the 'Install' value to 'yes' or
    5350    'plugin+configurations' for all of them.
    5451     * Agilent 1 channel expression background correction
    55  11. Install the 'Raw data importer' plug-in configuration included in
     52 10. Install the 'Raw data importer' plug-in configuration included in
    5653    this package.
    5754    - Upload the configuration file
     
    6461      raw data import (full format files)'
    6562    - Share the new configuration (and the 'Raw data importer'
    66       plug-in) appropriately, , e.g, to an Agilent group or group
     63      plug-in) appropriately, e.g, to an Agilent group or group
    6764      Everyone with 'RU' privileges.
    68  12. If applicable restart job agents.
    69  13. Done. The Agilent plug-ins are now installed.
     65 11. If applicable restart job agents.
     66 12. Done. The Agilent plug-ins are now installed.
    7067
    7168
  • plugins/base2/net.sf.basedb.agilent/trunk/build.xml

    r1199 r1200  
    5555    description="The location of the BASE core JARs that we depend on" />
    5656  <property name="name" value="agilent-plugins" />
    57   <property name="version" value="0.1pre" />
     57  <property name="version" value="1.0" />
    5858  <!-- directories -->
    5959  <property name="build" location="build"
  • plugins/base2/net.sf.basedb.agilent/trunk/src/net/sf/basedb/agilent/Agilent.java

    r1199 r1200  
    3434    The current version of this plug-in package.
    3535  */
    36   public static final String VERSION = "0.1pre";
     36  public static final String VERSION = "1.0";
    3737
    3838  /**
Note: See TracChangeset for help on using the changeset viewer.