Changeset 1200
- Timestamp:
- Mar 8, 2010, 2:45:15 PM (13 years ago)
- 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 11 11 == Installation == 12 12 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 to16 `<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''. 17 17 [[br]] 18 18 '''Note''' If the job agents are running from a different 19 19 directory than the BASE server you must copy the jar file to the 20 20 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` 22 23 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 28 25 running the `updatedb.sh` script, located in directory 29 26 `<basedir>/bin`. 30 6. The display name of the Agilent 1-channel raw data type is27 5. The display name of the Agilent 1-channel raw data type is 31 28 `AgilentGE1ch` and the unique ID is 32 29 `RawDataAgilent1ch`. You can change the display name of the … … 44 41 }}} 45 42 and replace `Agilent` with `AgilentGE2ch`. 46 7. Restart the Tomcat server.47 8. Log in to BASE with administrator privileges and run the plug-in43 6. Restart the Tomcat server. 44 7. Log in to BASE with administrator privileges and run the plug-in 48 45 auto-installation wizard by selecting ''Administrate -> Plugins -> 49 46 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. You47 8. Select the 'Automatically' option. 48 9. The auto-detection should find the plug-ins listed below. You 52 49 should change the 'Install' value to 'yes' or 53 50 'plugin+configurations' for all of them. 54 51 * Agilent 1 channel expression background correction 55 1 1. Install the 'Raw data importer' plug-in configuration included in52 10. Install the 'Raw data importer' plug-in configuration included in 56 53 this package. 57 54 - Upload the configuration file … … 64 61 raw data import (full format files)' 65 62 - Share the new configuration (and the 'Raw data importer' 66 plug-in) appropriately, ,e.g, to an Agilent group or group63 plug-in) appropriately, e.g, to an Agilent group or group 67 64 Everyone with 'RU' privileges. 68 1 2. If applicable restart job agents.69 1 3. 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. 70 67 71 68 -
plugins/base2/net.sf.basedb.agilent/trunk/build.xml
r1199 r1200 55 55 description="The location of the BASE core JARs that we depend on" /> 56 56 <property name="name" value="agilent-plugins" /> 57 <property name="version" value=" 0.1pre" />57 <property name="version" value="1.0" /> 58 58 <!-- directories --> 59 59 <property name="build" location="build" -
plugins/base2/net.sf.basedb.agilent/trunk/src/net/sf/basedb/agilent/Agilent.java
r1199 r1200 34 34 The current version of this plug-in package. 35 35 */ 36 public static final String VERSION = " 0.1pre";36 public static final String VERSION = "1.0"; 37 37 38 38 /**
Note: See TracChangeset
for help on using the changeset viewer.