Changeset 273 for trunk/se/lu/thep/affymetrix/INSTALL
- Timestamp:
- May 21, 2007, 6:35:14 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/se/lu/thep/affymetrix/INSTALL
r272 r273 23 23 Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, 24 24 USA. 25 }}} 25 26 ---------------------------------------------------------------------- 26 27 … … 124 125 125 126 126 2. Compilation and installation from a subversion tree 127 == 2. Compilation and installation from a subversion tree == 127 128 128 129 You should skip this section if you downloaded a pre-compiled package. … … 131 132 the plug-in, do 132 133 133 make134 135 This assumes that BASE is installed in /usr/local/base. If this is not134 `make` 135 136 This assumes that BASE is installed in `/usr/local/base`. If this is not 136 137 the case do 137 138 138 make BASEROOT=<base-dir>139 140 where <base-dir>is to be replaced with the path to BASE. When the139 `make BASEROOT=<base-dir>` 140 141 where `<base-dir>` is to be replaced with the path to BASE. When the 141 142 compilation finishes you install the plug-in into the BASE application 142 143 server file system with 143 144 144 make install or make BASEROOT=<base-dir> install145 `make install` or `make BASEROOT=<base-dir> install` 145 146 146 147 The plug-in will install in the recommended directory 147 <base-dir>/www/plugins/se/lu/thep/affymetrix, i.e.if you prefer148 `<base-dir>/www/plugins/se/lu/thep/affymetrix`, i.e., if you prefer 148 149 another location please refer to the Makefile (which supports further 149 150 options). 150 151 151 For advanced users only: <base-dir>can really be any directory152 For advanced users only: `<base-dir>` can really be any directory 152 153 readable for the user running your tomcat server. This may be handy if 153 154 you run several servers on one machine but only want one common … … 160 161 161 162 162 3. Installation from a pre-compiled package 163 == 3. Installation from a pre-compiled package == 163 164 164 165 You should skip this section if you use the subversion repository. 165 166 166 167 v) Install the plug-in in the BASE application server file system. If 167 BASE is installed in /usr/local/basesimply do168 169 make install-precompiled168 BASE is installed in `/usr/local/base` simply do 169 170 `make install-precompiled` 170 171 171 172 If BASE is installed elsewhere, do 172 173 173 make BASEROOT=<base-dir> install-precompiled174 175 where <base-dir>is to be replaced by the path to BASE. The plug-in174 `make BASEROOT=<base-dir> install-precompiled` 175 176 where `<base-dir>` is to be replaced by the path to BASE. The plug-in 176 177 will install in the recommended directory 177 <base-dir>/www/plugins/se/lu/thep/affymetrix, i.e.if you prefer178 `<base-dir>/www/plugins/se/lu/thep/affymetrix`, i.e., if you prefer 178 179 another location please refer to the Makefile (which supports further 179 180 options). 180 181 181 For advanced users only: <base-dir>can really be any directory182 For advanced users only: `<base-dir>` can really be any directory 182 183 readable for the user running your tomcat server. This may be handy if 183 184 you run several servers on one machine but only want one common … … 190 191 191 192 192 4. BASE configuration 193 194 vi) Make BASE aware of the new plug-in: 195 196 -Login to BASE with plug-in administrative privileges.197 198 -Choose 'Administrate' -> 'Plugins' -> 'Definitions'.199 200 -Click on 'New...'. This will open up the 'Create plugin' pop-up193 == 4. BASE configuration == 194 195 === vi) Make BASE aware of the new plug-in === 196 197 * Login to BASE with plug-in administrative privileges. 198 199 * Choose 'Administrate' -> 'Plugins' -> 'Definitions'. 200 201 * Click on 'New...'. This will open up the 'Create plugin' pop-up 201 202 window. Type "se.lu.thep.affymetrix.RMAExpress" in the 'Class' 202 203 field and … … 205 206 3.v) above. Click on the 'Save' button. 206 207 207 -Share the plug-in to all users/roles/groups that should have208 * Share the plug-in to all users/roles/groups that should have 208 209 access to it (sharing it to group Everyone should be sufficient in 209 210 most cases). 210 211 211 212 212 5. Remember to install RMAExpressConsole according to the conditions 213 stated in item 1.ii) above. 214 215 216 6. That's it, now you need to BASE skills to actually make use of the 217 RMAExpress plug-in. Read the README file for some pointers on what 218 to do now. 219 220 221 7. Updating RMAExpressConsole or RMAExpress plug-in for BASE. 222 223 a) RMAExpressConsole 224 225 Installing a new RMAExpressConsole binary is trivial, just replace 226 the old binary with the new binary. 227 228 b) RMAExpress plug-in for BASE. 213 * That's it, now you need to BASE skills to actually make use of the 214 plug-in. Read the README file for some pointers on what to do now. 215 216 == 7. Updating a plug-in in BASE. == 217 218 You may update the underlying binaries (RMAExpress or 219 apt-probeset-summarize) or the plug-in. 220 221 === Updating RMAExpressConsole or apt-probeset-summarize === 222 223 Installing a new binary is trivial, just replace the old binary with 224 the new binary. 225 226 === Update RMAExpress or Plier plug-ins for BASE === 229 227 230 228 This is straighforward: … … 236 234 - Choose 'Administrate' -> 'Plugins' -> 'Definitions'. 237 235 238 - Locate the RMAExpress plug-inin the list and click on it.236 - Locate the plug-in (RMAExpress or PLier) in the list and click on it. 239 237 240 238 - Click on the 'Unload' button if it is available. This will … … 246 244 247 245 - Done. 246
Note: See TracChangeset
for help on using the changeset viewer.