Changeset 958 for MDRepository


Ignore:
Timestamp:
12/03/10 13:28:49 (13 years ago)
Author:
vronk
Message:

added prereq + isntall to README

File:
1 edited

Legend:

Unmodified
Added
Removed
  • MDRepository/trunk/xquery/README

    r827 r958  
    22Steps to setup and run the repository
    33
     40. prerequisites + install
     5        a) be sure to use java-jdk 1.6 (we experienced strange java-errors with 1.5)
     6       
     7        b) install:
     8        http://exist-db.org/quickstart.html#sect2
     9       
     10        java -jar eXist-{version}.jar -p {install-dir}
     11               
     12        c) set admin pwd
     13       
     14        ...?
     15
    4161. add scripts to: /db/clarin
    517               
    6                 - cmd-model.xqm has all the logic
    7                 - cmd-model.xql is the script being called as the interface
    8                 - cmd-stats.xql is meant for testing purposes, but not integrated yet
     18                + cmd-model.xqm has all the logic
     19                + cmd-model.xql is the script being called as the interface
     20                + cmd-stats.xql is meant for testing purposes, but not integrated yet
     21                + init-cache.xql is meant for refreshing the cache with some long-running (resource-intensive) queries, meant to run once upon dataset change
    922
    10232. add data to  /db/cmdi-mirror
Note: See TracChangeset for help on using the changeset viewer.