Binary distributions
Downloading and running instructions
Latest LarKC platform (v2.5): larkc-2.5.tar.gz
- How to run:
Download larkc-2.5.tar.gz
- Extract (it will create folder "larkc-2.5")
- cd larkc-2.5
- execute run_larkc.bat on Windows or run_larkc.sh on Linux
- How to run:
Workflow Designer: workflow-designer.tar.gz
- How to run:
- Stop all running Tomcat instances (by running "tomcat6_stop" command, for more informatin please refer to Tomcat's manual)
Download workflow-designer.tar.gz
- Extract (it will create folder "workflow-designer")
- cd workflow-designer/bin
- execute startup.bat on Windows or startup.sh on Linux
open link http://127.0.0.1:8080/Larkc/
- How to create and run a workflow:
- Drag and drop "Input"
- Drag and drop "LLDReasoner" and link "Input" to it
- Drag and drop "SOStoVBtransformer" and link "LLDReasoner" to it
- Drag and drop "Output" and link "SOStoVBtransformer" to it
- Click "Initialize" button
- Paste "SELECT ?s ?p ?o WHERE { { ?s ?p ?o . ?s ?p "asthma"} }" to the "Query" field
- Click "Execute Query" button
- How to run:
Manually building the Workflow Designer binary distribution (Linux)
Note: The workflow designer file is expected to be located where these commands are executed and to be named Larkc.war
- Run the following Linux commands:
wget http://www.eu.apache.org/dist/tomcat/tomcat-6/v6.0.32/bin/apache-tomcat-6.0.32.tar.gz
- tar -xzf apache-tomcat-6.0.32.tar.gz
- cp Larkc.war apache-tomcat-6.0.32/webapps/
- mv apache-tomcat-6.0.32 workflow-designer
- tar -czf workflow-designer.tar.gz workflow-designer
- rm apache-tomcat-6.0.32.tar.gz
- rm -r workflow-designer
Or you can download and run this script (Linux): build-workflow-designer-tomcat-binary-distribution.sh
Quick-start package
Available here quickstart.zip
