<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Getting started</title><link>https://sourceforge.net/p/codak/home/Getting%2520started/</link><description>Recent changes to Getting started</description><atom:link href="https://sourceforge.net/p/codak/home/Getting%20started/feed" rel="self"/><language>en</language><lastBuildDate>Sun, 15 Jan 2012 15:28:17 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/codak/home/Getting%20started/feed" rel="self" type="application/rss+xml"/><item><title>WikiPage Getting started modified by wauter</title><link>https://sourceforge.net/p/codak/home/Getting%2520started/</link><description>&lt;pre&gt;--- v31 
+++ v32 
@@ -116,13 +116,14 @@
 The ontology connection requires a working installation of Sesame.
 
 1. Download the Sesame files here (choose zip or tar.gz): http://www.openrdf.org/download.jsp
-2. Unpack the archive and install the WAR files (located in the war directory) in a servlet container. In case of Jetty on Ubuntu, simply copy the files into the directory named /var/lib/jetty/webapps and restart Jetty.
-3. Create a repository. Launch the Sesame client using the script named bin/console.sh in the Sesame archive which was unpacked in step 2. At the sesame prompt, enter the following commands:
-~~~~~
+2. Unpack the archive and install the WAR files (located in the war directory) in a servlet container. In case of Jetty on Ubuntu, simply copy the WAR files into the directory named /var/lib/jetty/webapps and restart Jetty.
+3. To see if Sesame is installed, point your browser to http://localhost:8080/openrdf-sesame . If you see an error, visit http://www.openrdf.org/
+4. Create a repository. Launch the Sesame client using the script named bin/console.sh in the Sesame archive which was unpacked in step 2. At the sesame prompt, enter the following commands:
+~~~~~
 connect http://localhost:8080/openrdf-sesame.
 create native.
 ~~~~~
-4. Point CoDAK to the repository in the codak-terms configuration page, which is found in the web application under Wiki, Configure. Enter the repository URL (e.g. http://localhost:8080/openrdf-sesame) and ID (which must match the ID entered during repository creation).
+5. Point CoDAK to the repository in the codak-terms configuration page, which is found in the web application under Wiki, Configure. Enter the repository URL (e.g. http://localhost:8080/openrdf-sesame) and ID (which must match the ID entered during repository creation).
 
 The ontology is now ready for use. Use the "import" page in the wiki menu to import an RDF or OWL ontology. 
 
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">wauter</dc:creator><pubDate>Sun, 15 Jan 2012 15:28:17 -0000</pubDate><guid>https://sourceforge.netf5e5de22ea385de87045322824b01cb9f0fd7ac0</guid></item><item><title>WikiPage Getting started modified by wauter</title><link>https://sourceforge.net/p/codak/home/Getting%2520started/</link><description>&lt;pre&gt;--- v30 
+++ v31 
@@ -33,13 +33,13 @@
 sudo apt-get install codak-terms
 ~~~~~~~~~~~~
 
-It may happen that you see the following error after apt-get install:
-
-~~~~~~~~~~~~
+If you use an old version of APT you will see the following error after apt-get install:
+
+~~~~~~~~~~~~
 Failed to fetch http://downloads.sourceforge.net/project/codak/deb/pool/main/c/codak-terms/codak-terms_0.9.0+svn20111115-1_all.deb  Undetermined error
 ~~~~~~~~~~~~
 
-If that happens, most likely APT failed to fetch the file even though it is downloadable as normal. For the moment, the workaround is to fetch and install the file manually:
+The workaround is to upgrade APT or fetch and install the file manually:
 
 ~~~~~~~~~~~~
 wget http://downloads.sourceforge.net/project/codak/deb/pool/main/c/codak-terms/codak-terms_0.9.0+svn20111115-1_all.deb
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">wauter</dc:creator><pubDate>Mon, 12 Dec 2011 15:00:03 -0000</pubDate><guid>https://sourceforge.net4c4079046502fa99524044600d13c5e46d5d6e59</guid></item><item><title>WikiPage Getting started modified by wauter</title><link>https://sourceforge.net/p/codak/home/Getting%2520started/</link><description>&lt;pre&gt;--- v29 
+++ v30 
@@ -65,35 +65,53 @@
 Frog (optional)
 ---------------
 
+Depends: codak-core
+
 A [Frog](http://ilk.uvt.nl/frog/) module is included in the codak-core package, but Frog itself must be installed separately for the module to work. Frog and its dependencies can be downloaded and installed from source by running its installation script:
 
 ~~~~~~~~~~~~
 install-ilktools
 ~~~~~~~~~~~~
 
 To test if Frog works, do:
 
 ~~~~~~~~~~~~
 frog -v
 ~~~~~~~~~~~~
 
 This should output something like:
 
 ~~~~~~~~~~~~
 frog 0.12.3(c) ILK 1998 - 2011
 Induction of Linguistic Knowledge Research Group, Tilburg University
 ~~~~~~~~~~~~
 
 MediaWiki connection (optional)
 -------------------------------
 
+Depends: codak-terms
+
 MediaWiki is used as a storage back-end for term descriptions.
 
 To start using MediaWiki, download and install MediaWiki manually. Then, go to the wiki configuration page and update the "wiki prefix" field by entering the URL of your MediaWiki installation.
 
+Wikilink setup (optional)
+-------------------------
+
+Depends: codak-terms
+
+Wikilink uses Wikipedia to automatically detect links between terms. This should improve the relevance ranking of the terms. It takes about 1GB of disk space and setting it up may take several hours.
+
+To install, just run and do something else in the meantime:
+~~~~~~~~~~~~
+codak-wikilink-setup
+~~~~~~~~~~~~
+
 
 Ontology connection (optional)
 ------------------------------
+
+Depends: codak-terms
 
 The ontology connection requires a working installation of Sesame.
 
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">wauter</dc:creator><pubDate>Tue, 15 Nov 2011 15:15:21 -0000</pubDate><guid>https://sourceforge.netdeefa9f566ef73724245da93af0e555b8d9f47ac</guid></item><item><title>WikiPage Getting started modified by wauter</title><link>https://sourceforge.net/p/codak/home/Getting%2520started/</link><description>&lt;pre&gt;--- v28 
+++ v29 
@@ -99,15 +99,14 @@
 
 1. Download the Sesame files here (choose zip or tar.gz): http://www.openrdf.org/download.jsp
 2. Unpack the archive and install the WAR files (located in the war directory) in a servlet container. In case of Jetty on Ubuntu, simply copy the files into the directory named /var/lib/jetty/webapps and restart Jetty.
-3. Create a repository. Launch the Sesame client using the script named bin/console.sh in the Sesame archive which was unpacked in step 2. At the sesame prompt, enter the commands below.
-4. Point CoDAK to the repository in the codak-terms configuration page, which is found in the web application under Wiki, Configure. Enter the repository URL (e.g. http://localhost:8080/openrdf-sesame) and ID (which must match the ID entered during repository creation).
-
-Create repository at the Sesame command prompt:
-~~~~~
+3. Create a repository. Launch the Sesame client using the script named bin/console.sh in the Sesame archive which was unpacked in step 2. At the sesame prompt, enter the following commands:
+~~~~~
 connect http://localhost:8080/openrdf-sesame.
 create native.
 ~~~~~
-
+4. Point CoDAK to the repository in the codak-terms configuration page, which is found in the web application under Wiki, Configure. Enter the repository URL (e.g. http://localhost:8080/openrdf-sesame) and ID (which must match the ID entered during repository creation).
+
+The ontology is now ready for use. Use the "import" page in the wiki menu to import an RDF or OWL ontology. 
 
 Support
 -------
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">wauter</dc:creator><pubDate>Tue, 15 Nov 2011 13:57:45 -0000</pubDate><guid>https://sourceforge.net322da18c5b8902f0884497154d8f352a13b2f82e</guid></item><item><title>WikiPage Getting started modified by wauter</title><link>https://sourceforge.net/p/codak/home/Getting%2520started/</link><description>&lt;pre&gt;--- v27 
+++ v28 
@@ -98,7 +98,7 @@
 The ontology connection requires a working installation of Sesame.
 
 1. Download the Sesame files here (choose zip or tar.gz): http://www.openrdf.org/download.jsp
-2. Unpack the archive and install the WAR files (located in the war directory) in a servlet container. In case of Jetty on Ubuntu, simply copy the files into the directory named /var/lib/jetty/webapps
+2. Unpack the archive and install the WAR files (located in the war directory) in a servlet container. In case of Jetty on Ubuntu, simply copy the files into the directory named /var/lib/jetty/webapps and restart Jetty.
 3. Create a repository. Launch the Sesame client using the script named bin/console.sh in the Sesame archive which was unpacked in step 2. At the sesame prompt, enter the commands below.
 4. Point CoDAK to the repository in the codak-terms configuration page, which is found in the web application under Wiki, Configure. Enter the repository URL (e.g. http://localhost:8080/openrdf-sesame) and ID (which must match the ID entered during repository creation).
 
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">wauter</dc:creator><pubDate>Tue, 15 Nov 2011 13:42:06 -0000</pubDate><guid>https://sourceforge.neta4bfe07a0c9e20efff9b5774b569efafef788bea</guid></item><item><title>WikiPage Getting started modified by wauter</title><link>https://sourceforge.net/p/codak/home/Getting%2520started/</link><description>&lt;pre&gt;--- v26 
+++ v27 
@@ -62,31 +62,38 @@
 6. Disable the setup page by removing the unlock file.
 7. Go to &lt;http://localhost:8080/codak/&gt; and start using your brand new CoDAK installation.
 
-Frog
-----
-
+Frog (optional)
+---------------
+
 A [Frog](http://ilk.uvt.nl/frog/) module is included in the codak-core package, but Frog itself must be installed separately for the module to work. Frog and its dependencies can be downloaded and installed from source by running its installation script:
 
 ~~~~~~~~~~~~
 install-ilktools
 ~~~~~~~~~~~~
 
 To test if Frog works, do:
 
 ~~~~~~~~~~~~
 frog -v
 ~~~~~~~~~~~~
 
 This should output something like:
 
 ~~~~~~~~~~~~
 frog 0.12.3(c) ILK 1998 - 2011
 Induction of Linguistic Knowledge Research Group, Tilburg University
 ~~~~~~~~~~~~
 
-
-Ontology connection
--------------------
+MediaWiki connection (optional)
+-------------------------------
+
+MediaWiki is used as a storage back-end for term descriptions.
+
+To start using MediaWiki, download and install MediaWiki manually. Then, go to the wiki configuration page and update the "wiki prefix" field by entering the URL of your MediaWiki installation.
+
+
+Ontology connection (optional)
+------------------------------
 
 The ontology connection requires a working installation of Sesame.
 
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">wauter</dc:creator><pubDate>Tue, 15 Nov 2011 13:40:44 -0000</pubDate><guid>https://sourceforge.net62f683ac19dce3ecc19bf7e49dd26742a4dbace2</guid></item><item><title>WikiPage Getting started modified by wauter</title><link>https://sourceforge.net/p/codak/home/Getting%2520started/</link><description>&lt;pre&gt;--- v25 
+++ v26 
@@ -33,57 +33,74 @@
 sudo apt-get install codak-terms
 ~~~~~~~~~~~~
 
+It may happen that you see the following error after apt-get install:
+
+~~~~~~~~~~~~
+Failed to fetch http://downloads.sourceforge.net/project/codak/deb/pool/main/c/codak-terms/codak-terms_0.9.0+svn20111115-1_all.deb  Undetermined error
+~~~~~~~~~~~~
+
+If that happens, most likely APT failed to fetch the file even though it is downloadable as normal. For the moment, the workaround is to fetch and install the file manually:
+
+~~~~~~~~~~~~
+wget http://downloads.sourceforge.net/project/codak/deb/pool/main/c/codak-terms/codak-terms_0.9.0+svn20111115-1_all.deb
+
+dpkg -i codak-terms_0.9.0+svn20111115-1_all.deb
+~~~~~~~~~~~~
+
+(replace the filename with the actual filename shown in the error message)
+
 Setup CoDAK
 -----------
 
 To complete the installation:
 
 1. Point your browser to &lt;http://localhost:8080/codak/setup.vm&gt;. This will produce an error in your browser, saying that the page is protected.
 2. Unlock the page by creating an empty file with a name as instructed.
 3. Refresh the page in your browser.
 4. Choose 'install database', which will setup the database and create an admin account.
 5. Review the actions and remember the password of the 'admin' account. If you forgot it, you may reset the password by going back to this page and select 'reset admin account'.
 6. Disable the setup page by removing the unlock file.
 7. Go to &lt;http://localhost:8080/codak/&gt; and start using your brand new CoDAK installation.
 
 Frog
 ----
 
 A [Frog](http://ilk.uvt.nl/frog/) module is included in the codak-core package, but Frog itself must be installed separately for the module to work. Frog and its dependencies can be downloaded and installed from source by running its installation script:
 
 ~~~~~~~~~~~~
 install-ilktools
 ~~~~~~~~~~~~
 
 To test if Frog works, do:
 
 ~~~~~~~~~~~~
 frog -v
 ~~~~~~~~~~~~
 
 This should output something like:
 
 ~~~~~~~~~~~~
 frog 0.12.3(c) ILK 1998 - 2011
 Induction of Linguistic Knowledge Research Group, Tilburg University
 ~~~~~~~~~~~~
 
 
 Ontology connection
 -------------------
 
 The ontology connection requires a working installation of Sesame.
 
 1. Download the Sesame files here (choose zip or tar.gz): http://www.openrdf.org/download.jsp
 2. Unpack the archive and install the WAR files (located in the war directory) in a servlet container. In case of Jetty on Ubuntu, simply copy the files into the directory named /var/lib/jetty/webapps
 3. Create a repository. Launch the Sesame client using the script named bin/console.sh in the Sesame archive which was unpacked in step 2. At the sesame prompt, enter the commands below.
 4. Point CoDAK to the repository in the codak-terms configuration page, which is found in the web application under Wiki, Configure. Enter the repository URL (e.g. http://localhost:8080/openrdf-sesame) and ID (which must match the ID entered during repository creation).
 
 Create repository at the Sesame command prompt:
 ~~~~~
 connect http://localhost:8080/openrdf-sesame.
 create native.
 ~~~~~
+
 
 Support
 -------
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">wauter</dc:creator><pubDate>Tue, 15 Nov 2011 13:32:52 -0000</pubDate><guid>https://sourceforge.net59af8fdbcbeeceab471348094adfcdae756f9307</guid></item><item><title>WikiPage Getting started modified by wauter</title><link>https://sourceforge.net/p/codak/home/Getting%2520started/</link><description>&lt;pre&gt;--- v24 
+++ v25 
@@ -46,16 +46,46 @@
 6. Disable the setup page by removing the unlock file.
 7. Go to &lt;http://localhost:8080/codak/&gt; and start using your brand new CoDAK installation.
 
-Install Frog
-------------
-
+Frog
+----
+
 A [Frog](http://ilk.uvt.nl/frog/) module is included in the codak-core package, but Frog itself must be installed separately for the module to work. Frog and its dependencies can be downloaded and installed from source by running its installation script:
 
 ~~~~~~~~~~~~
 install-ilktools
 ~~~~~~~~~~~~
 
+To test if Frog works, do:
+
+~~~~~~~~~~~~
+frog -v
+~~~~~~~~~~~~
+
+This should output something like:
+
+~~~~~~~~~~~~
+frog 0.12.3(c) ILK 1998 - 2011
+Induction of Linguistic Knowledge Research Group, Tilburg University
+~~~~~~~~~~~~
+
+
+Ontology connection
+-------------------
+
+The ontology connection requires a working installation of Sesame.
+
+1. Download the Sesame files here (choose zip or tar.gz): http://www.openrdf.org/download.jsp
+2. Unpack the archive and install the WAR files (located in the war directory) in a servlet container. In case of Jetty on Ubuntu, simply copy the files into the directory named /var/lib/jetty/webapps
+3. Create a repository. Launch the Sesame client using the script named bin/console.sh in the Sesame archive which was unpacked in step 2. At the sesame prompt, enter the commands below.
+4. Point CoDAK to the repository in the codak-terms configuration page, which is found in the web application under Wiki, Configure. Enter the repository URL (e.g. http://localhost:8080/openrdf-sesame) and ID (which must match the ID entered during repository creation).
+
+Create repository at the Sesame command prompt:
+~~~~~
+connect http://localhost:8080/openrdf-sesame.
+create native.
+~~~~~
+
 Support
------------
+-------
 
 Stuck in the installation process? [Get help...](https://sourceforge.net/p/codak/discussion/support/)
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">wauter</dc:creator><pubDate>Mon, 14 Nov 2011 15:32:39 -0000</pubDate><guid>https://sourceforge.net7c7cfe549695136f03dad5fe5601662270024402</guid></item><item><title>WikiPage Getting started modified by wauter</title><link>https://sourceforge.net/p/codak/home/Getting%2520started/</link><description>&lt;pre&gt;--- v23 
+++ v24 
@@ -49,7 +49,7 @@
 Install Frog
 ------------
 
-A [Frog] module is included in the codak-core package, but Frog itself must be installed separately for the module to work. Frog and its dependencies can be downloaded and installed from source by running its installation script:
+A [Frog](http://ilk.uvt.nl/frog/) module is included in the codak-core package, but Frog itself must be installed separately for the module to work. Frog and its dependencies can be downloaded and installed from source by running its installation script:
 
 ~~~~~~~~~~~~
 install-ilktools
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">wauter</dc:creator><pubDate>Mon, 14 Nov 2011 15:13:33 -0000</pubDate><guid>https://sourceforge.netdd8da60df8b5e3c555696a4d4b7497dd5a4a06d0</guid></item><item><title>WikiPage Getting started modified by wauter</title><link>https://sourceforge.net/p/codak/home/Getting%2520started/</link><description>&lt;pre&gt;--- v22 
+++ v23 
@@ -46,6 +46,15 @@
 6. Disable the setup page by removing the unlock file.
 7. Go to &lt;http://localhost:8080/codak/&gt; and start using your brand new CoDAK installation.
 
+Install Frog
+------------
+
+A [Frog] module is included in the codak-core package, but Frog itself must be installed separately for the module to work. Frog and its dependencies can be downloaded and installed from source by running its installation script:
+
+~~~~~~~~~~~~
+install-ilktools
+~~~~~~~~~~~~
+
 Support
 -----------
 
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">wauter</dc:creator><pubDate>Mon, 14 Nov 2011 15:12:30 -0000</pubDate><guid>https://sourceforge.netad330fd612979aefab7e9a13652da4a26f5be271</guid></item></channel></rss>