Ignore:
Timestamp:
Nov 14, 2011, 2:07:58 PM (11 years ago)
Author:
Martin Svensson
Message:

Merging trunk with branch 2.0

Location:
extensions/net.sf.basedb.reggie/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • extensions/net.sf.basedb.reggie/trunk

  • extensions/net.sf.basedb.reggie/trunk/README

    r1461 r1463  
    11== Requirements ==
    22
    3  1. BASE 2.17.1 or later.
     3 1. BASE 3.0 or later.
    44 
    55== Introduction ==
     
    1111   http://baseplugins.thep.lu.se/wiki/net.sf.basedb.reggie
    1212
    13 == Installation ==
     13== Installation and updating ==
    1414
    1515 1. Download the reggie-*.tar.gz file.
    1616 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'.
    2322 6. Create a project and set it as the active project. This step is
    2423    optional but is recommended. Running Reggie without an active project
     
    3332 9. Done.
    3433
    35  
    3634== Using ==
    3735 
     
    8684 2. Type `ant download-lib` to automatically download the BASE core JAR files that
    8785    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.
    9188
    9289 3. Type 'ant' to compile the code and generate the 'reggie.jar' file
Note: See TracChangeset for help on using the changeset viewer.