This is a new version of the repository. Do let us know (lindat-help at ufal.mff.cuni.cz) if you encounter any issues.
 

Integrated lexicographic platform for Russian

Please use the following text to cite this item or export to a predefined format:
Rambousek, Adam, 2011, Integrated lexicographic platform for Russian, LINDAT/CLARIAH-CZ digital library at the Institute of Formal and Applied Linguistics (ÚFAL), http://hdl.handle.net/11858/00-097C-0000-0001-CCCE-E.
Date issued
2011-12-15
Language(s)
Description
Integrated lexicographic platform for Russian.
This item isPublicly Available
and licensed under:
 Files in this item
Name
kompslov.xml
Size
17.38 MB
Format
text/xml
Description
XML
MD5
6df0359a61342b278608f4345d7cb19f
Preview
  File Preview
Name
debserver-common_3.0-2_all.deb
Size
112.79 KB
Format
application/octet-stream
Description
Unknown
MD5
ac7cee8761176100a76c3b01fbc7ec1b
Preview
  File Preview
Name
debserver-quotes_0.1-1_all.deb
Size
13.47 KB
Format
application/octet-stream
Description
Unknown
MD5
b51179b1cfeb7e8dde10179cef47047e
Preview
  File Preview
Name
install.txt
Size
1.58 KB
Format
text/plain
Description
Text
MD5
03b5ae64ba697d2fe73187e9701e84b7
Preview
  File Preview
    aktualni verze https://nlp.fi.muni.cz/trac/deb2/wiki/ServerSetup
    
    
    DEB Server Setup
    Add repository
    
    Currently, we are maintaining packages for Ubuntu 10.04 Lucid. (It should be possible to install the packages in Debian Linux.)
    
    To use the repository, add following lines to /etc/apt/sources.list:
    
    # DEB server repository
    deb http://deb.fi.muni.cz/apt/ lucid debserver
    
    The archive is signed with GPG, and if you wish to verify packages you should use the following key:  http://deb.fi.muni.cz/apt/gpgpublic.txt
    
    To install the key download it to a file and run:
    
    sudo apt-key add gpgpublic.txt 
    
    And update the package list:
    
    sudo apt-get update
    
    Install packages
    
    To install basic part of DEB server, install package debserver-common
    
    sudo apt-get install debserver-common
    
    Apt should automatically install all the needed software. If you want to use other DEB services also, install the respective packages (e.g. debserver-debvisdic for DEBVisDic).
    Create certificate
    
    If you have the SSL certificate for your server, copy the files to /var/lib/deb-server/certs and name them host.crt and host.key. If you don't have the certificate, follow the guide in /var/lib/deb-server/certs/README to create self-signed certificate.
    Init admin database
    
    Before running the server, common management database is needed. Run:
    
    sudo /var/lib/deb-server/bin/debinit.sh
    
    Run the service
    
    Now, you should be able to run the service.
    
    sudo /etc/init.d/debserver-common start admin_services
    
    This command should start administration interface. Point your web-browser to  http://yourserver:8000 (default login/password is deb/deb)