Changeset 1463 for extensions/net.sf.basedb.reggie/trunk/README
- Timestamp:
- Nov 14, 2011, 2:07:58 PM (11 years ago)
- Location:
- extensions/net.sf.basedb.reggie/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/net.sf.basedb.reggie/trunk
-
Property
svn:mergeinfo
set to
/extensions/net.sf.basedb.reggie/branches/2.0-dev merged eligible
-
Property
svn:mergeinfo
set to
-
extensions/net.sf.basedb.reggie/trunk/README
r1461 r1463 1 1 == Requirements == 2 2 3 1. BASE 2.17.1or later.3 1. BASE 3.0 or later. 4 4 5 5 == Introduction == … … 11 11 http://baseplugins.thep.lu.se/wiki/net.sf.basedb.reggie 12 12 13 == Installation ==13 == Installation and updating == 14 14 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 automatic 20 installation. Otherwise, just wait a bit and the automatic installation will 21 find and install the new extension. 22 5. Log in as a user with Administrator priviliges. 17 3. Copy the 'reggie.jar' file to your BASE plug-ins directory. 18 Eg. the directory specified by the 'plugins.dir' setting in 'base.config'. 19 4. Log in to BASE as a user with Administrator priviliges. 20 5. Go to 'Administrate->Plug-ins & Extensions->Overview' page. 21 Run the installation wizard and select to install/update 'reggie.jar'. 23 22 6. Create a project and set it as the active project. This step is 24 23 optional but is recommended. Running Reggie without an active project … … 33 32 9. Done. 34 33 35 36 34 == Using == 37 35 … … 86 84 2. Type `ant download-lib` to automatically download the BASE core JAR files that 87 85 are neeed for compilation. You can also do this manually by copying the 88 BASE2Core.jar, BASE2Webclient.jar and BASE2WSClient.jar 89 from the BASE installation directory (<basedir>/www/WEB-INF/lib/) to the 90 ./lib/compile directory. 86 base-*.jar files from the BASE installation directory 87 (<basedir>/www/WEB-INF/lib/) to the ./lib/compile directory. 91 88 92 89 3. Type 'ant' to compile the code and generate the 'reggie.jar' file
Note: See TracChangeset
for help on using the changeset viewer.