| 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 |
|---|
| | 60 | 2. Installing LDAP |
|---|