close Warning: Can't synchronize with repository "(default)" (/usr/local/svn/deb2-client does not appear to be a Subversion repository.). Look in the Trac log for more information.

Changes between Initial Version and Version 1 of DEBVisDicServer


Ignore:
Timestamp:
Aug 21, 2007, 1:08:42 PM (17 years ago)
Author:
Adam
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DEBVisDicServer

    v1 v1  
     1= DEBVisDic Server Setup =
     2
     3To setup the server you need to install packages ''debserver-common'' and ''debserver-wordnet''
     4
     5Note: ''hostname'' means the domain name of your machine
     6
     7== Initial import of XML data ==
     8 * open console and go to directory /var/lib/deb-server/bin
     9 * run following command (wncode should be wn+[http://en.wikipedia.org/wiki/List_of_ISO_639-1_codes language code]):
     10{{{
     11./index_wn.rb --db-file=wncode.dbxml --code=wncode --name="My WordNet"   --source-xml=/path/to/xml/file
     12}}}