Show
Ignore:
Timestamp:
02/05/10 15:10:05 (2 years ago)
Author:
wouter
Message:

Last part of migration from exist to sql for healthdocuments.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • his/trunk/README.txt

    r1300 r2594  
    5858 
    5959  
    60  
    61 2. Installing eXist 1.2.1. 
    62  
    63    For healthrecords a XML database is used, in our case the open source XML 
    64    database eXist. The release we use is: 1.2.1.. 
    65  
    66    - Download eXist 1.2.1 from http://exist.sourceforge.net/download.html 
    67    - Start the installation by running 'java -jar eXist-xxx.jar' 
    68    - See http://exist.sourceforge.net/quickstart.html for more information 
    69    - Open http://localhost:8080/exist/admin/admin.xql with username admin 
    70    - Create the collection: /his/healthrecords 
    71    - Create user 'build'. 
    72      Group: build. 
    73      Pasword: build. 
    74      Home collection: /his/healthrecords. 
    75    - Change 'data/src/test/resources/test.properties' 
    76             'configuration/default/tomcat/conf/his.properties' 
    77             'configuration/production/tomcat/conf/his.properties' 
    78      to contain the right eXist connection parameters. 
    79         xmldb.url=xmldb:exist://localhost:8080/exist/xmlrpc/db 
    80         xmldb.username=build 
    81         xmldb.password=build 
    82  
    83 3. Installing LDAP 
     602. Installing LDAP 
    8461 
    8562   So to fully test the system, you will have to setup an LDAP directory 
     
    9673        ldap.password=password 
    9774 
    98 4. Installing the certificate for the communication with the Vecozo webservice. 
     753. Installing the certificate for the communication with the Vecozo webservice. 
    9976 
    10077    We use one of the Vecozo webservices to verify and support the creation of new patients in the system.