Differences between revisions 2 and 3
Revision 2 as of 2011-09-16 06:08:07
Size: 1021
Comment:
Revision 3 as of 2011-10-08 21:12:09
Size: 1021
Editor: localhost
Comment: converted to 1.6 markup
No differences found!

Some random notes

Making Skeletons visible

To make new skeletons visible to e.g. cheap, one has to edit/create an Index.lisp file.

1. Put a directory <dirname> containing item and relation file (TODO more needed?) into the following directory:

  • $LOGONROOT/lingo/lkb/src/tsdb/skeletons/<language>

2. Edit $LOGONROOT/lingo/lkb/src/tsdb/skeletons/<language>/Index.lisp and add the line:

  • ((:path . "<dirname>") (:content . "A comment describing the profile."))

Note: You can also put several profiles into one directory <dirname2>. Add this in the same way to the file in 2. Then you need to create a new Index.lisp inside <dirname2>. Put the :path and :content information of your profiles in there and surround the entire content with ( and ).

Java and Logon

The script in $LOGONROOT/dot.bashrc that will - among other things - modify your $PATH, will make your java point to the one provided with Logon. Consider the following line:

PATH=${LOGONROOT}/bin:$PATH;

DominikusWetzel (last edited 2011-10-08 21:12:09 by localhost)

(The DELPH-IN infrastructure is hosted at the University of Oslo)