Skip to content
Daniel Karlsson edited this page Sep 19, 2013 · 4 revisions

The database for the SNOMED CT Expression repository is implemented using PostgreSQL version 9.1. Other database engines might be used but script files and potentially queries would have to be amended.

Set the property snomedCTSourceDirectory to reference the directory with the SNOMED CT RF2 release files, e.g.:

pom.xml:

...
<properties>
    <snomedCTSourceDirectory>/tmp/release/</snomedCTSourceDirectory>
</properties>
...

To set up the database, execute the following as a user which is allowed to create PostgreSQL databases, e.g. the user "postgres".

mvn compile
Clone this wiki locally