Ignore:
Timestamp:
08/22/14 12:01:57 (10 years ago)
Author:
Twan Goosen
Message:

Added REST service information to the help page. Moved the documentation into a separate 'doc' directory in the project.
Refs #614

Location:
VirtualCollectionRegistry/trunk/VirtualCollectionRegistry/doc
Files:
1 added
1 moved

Legend:

Unmodified
Added
Removed
  • VirtualCollectionRegistry/trunk/VirtualCollectionRegistry/doc/README.txt

    r5579 r5594  
    2727  NOTE: currently only MySQL is supported.
    2828
     29* CONTEXT PARAMETERS *
     30
     31PUBLIC APPLICATION URL:
     32
     33Add the following context parameter (typically to the global context.xml file)
     34and substitute the value with the correct *public* base location of the VCR:
     35
     36  <Parameter name="eu.clarin.cmdi.virtualcollectionregistry.base_uri"
     37             value="http://my/server/VirtualCollectionRegistry"
     38             override="false"/>
     39
     40Add no trailing slash. You can verify this by checking the service links in the
     41help page of the running application.
     42
     43ADMINISTRATOR USERS:
     44
     45Add the following context parameter:
     46
     47<Parameter
     48           name="eu.clarin.cmdi.virtualcollectionregistry.admindb"
     49           value="/path/to/vcr-admin.conf" />
     50
     51Add the username of each user that should get administrator rights to the
     52referenced file, one username per line.
     53
    2954* PID PROVIDER *
    3055
     
    4368             value="vcr.pid.gwdg"
    4469             override="false"/>   
    45   <Parameter name="pid_provider.base_uri"
    46              value="http://127.0.0.1:8080/VirtualCollectionRegistry"
    47              override="false"/>
    4870  <Parameter name="pid_provider.username" value="$gwdg_user" override="false"/>
    4971  <Parameter name="pid_provider.password" value="$gwdg_password" override="false"/>
     
    5577             value="vcr.pid.epic”
    5678             override="false"/>   
    57   <Parameter name="pid_provider.base_uri"
    58              value="http://127.0.0.1:8080/VirtualCollectionRegistry"
    59              override="false"/>
    6079
    6180* AUTHENTICATION *
     
    104123Change the value of the 'value' attribute if desired. If this parameter is not set,
    105124the default value "CLARIN Virtual Collection Registry" will be used as a collection name.
    106 
    107 * ADMINISTRATOR USERS *
    108 
    109 Add the following context parameter:
    110 
    111 <Parameter
    112            name="eu.clarin.cmdi.virtualcollectionregistry.admindb"
    113            value="/path/to/vcr-admin.conf" />
    114 
    115 Add the username of each user that should get administrator rights to the referenced
    116 file, one username per line.
Note: See TracChangeset for help on using the changeset viewer.