Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

In this file, you specify the database connection parameters. Use CTAKESYou will find templates in CTAKES_HOME\resources\lib\ctakes-ytex-res-3.2.0.jar, under org\apache\ctakes\ytex\ytex.properties.<db type>.example as a templateexample. If you have UMLS installed on your database, specify the umls.schema and umls.catalog properties (see the properties file for an explanation of what these are).

...

Code Block
languagebash
cd /d c:\java\apache-ctakes-3.12.2-SNAPSHOT0\bin\ctakes-ytex\scripts
..\..\ant.bat -f build-setup.xml -Dlog4j.conf=CTAKES_HOME\config\log4j.xml all > setup.out 2>&1

...

Code Block
languagebash
chmod u+x ${HOME}/ctakes.profile
. ${HOME}/ctakes.profile
cd ${CTAKES_HOME}/bin
chmod u+x ant
chmod u+x *.sh
cd ctakes-ytex/scripts
nohup ../../ant -f build-setup.xml -Dlog4j.conf=CTAKES_HOME/config/log4j.xml all > setup.out 2>&1 &
tail -f setup.out

...