Changeset 1301 for extensions/net.sf.basedb.reggie/trunk/README
- Timestamp:
- Feb 28, 2011, 11:55:08 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/net.sf.basedb.reggie/trunk/README
r1284 r1301 15 15 1. Download the reggie-*.tar.gz file. 16 16 2. Unpack the downloaded file to a directory of your choice. 17 3. Copy the reggie.jar file to your BASE extensions directory:18 WEB-INF/extensions.19 4. Run the 'Extensions ->Manual scan' command if you have disabled automatic17 3. Copy the 'reggie.jar' file and the 'lib' directory to your BASE extensions 18 directory: WEB-INF/extensions. 19 4. Run the 'Extensions->Manual scan' command if you have disabled automatic 20 20 installation. Otherwise, just wait a bit and the automatic installation will 21 21 find and install the new extension. 22 5. Log in as a user with Administrator priviliges. Go to the Extensions ->Reggie22 5. Log in as a user with Administrator priviliges. Go to the Extensions->Reggie 23 23 menu. Select the 'Verify/install required annotation types and other items' 24 wizard and create the required items. 24 wizard and create the required items. If the 'Reggie' menu is not visible 25 try BASE->Reload permissions menu. 25 26 6. Done. 27 28 29 == Using == 26 30 27 31 Reggie appears as a menu entry in the Extensions menu. All operations 28 are available on that page. 32 are available on that page. 33 34 * Verify/install required annotation types and other items: 35 This entry is available if the logged in user is an 'Administrator' and 36 will perform some basic checks that items that are needed by Reggie 37 exists and have been properly configured. Items that doesn't exists can 38 be created automatically. 39 40 * Personal information registration: 41 This entry is available for 'Administrators' and members of the 42 'PatientCurator' group. It is used to register new patients and 43 cases and connect this information to (already existing) 44 specimen tubes. 45 29 46 30 47 == Compiling == … … 42 59 2. Type `ant download-lib` to automatically download the BASE core JAR files that 43 60 are neeed for compilation. You can also do this manually by copying the 44 BASE2Core.jar and BASE2Webclient.jar61 BASE2Core.jar, BASE2Webclient.jar and BASE2WSClient.jar 45 62 from the BASE installation directory (<basedir>/www/WEB-INF/lib/) to the 46 63 ./lib/compile directory.
Note: See TracChangeset
for help on using the changeset viewer.