This document describes the technical pre-requisities for the Tawny-OWL tutorial. These are the things that you will need installed on your machine to be able to follow the tutorial through.
Quite a few of these involve large downloads, hence this pre-requisities document. Things will go much quicker if a substantial number of participants have done this before hand!
Tawny Tutorial
-
The source for these slides
-
All the sample code
-
And an empty workspace
-
git clone https://github.com/phillord/tawny-tutorial.git
-
Or download https://github.com/phillord/tawny-tutorial/releases
Other Technical Pre-Requisites
-
JVM
-
Leiningen
-
Protege
Installing JVM
-
You will need Java 1.7 or upward
-
1.8 or upward is recommended
-
Or use your OS package manager
-
You need JDK, not just Java
Installing Leiningen
-
This is a Clojure build tool
-
Download the shell script (Linux,Mac) and run it!
-
Or your package manager (leiningen 2 — lein 1 will not work)
-
For Windows, the installer works
-
Or you can download the batch file and setup manually
Testing the Pre-Requisities
-
In the terminal/cmd, in tawny-tutorial directory
lein run
-
There will be a long download period then:
The Tawny Tutorial is Installed and Ready
Protege
-
Not really a pre-requisite
-
One part will use it if available
Or: the alternative
-
Install some Clojure IDE/Environment
-
Emacs with CIDER is my environment of choice
-
Eclipse with Counter Clockwise.
-
VIM Fireplace
-
Any of the many other options
-
If you do this, you are on your own…
-
You will get a much stronger editing environment thanotherwise