Changes between Version 8 and Version 9 of WikiStart


Ignore:
Timestamp:
Apr 26, 2022, 9:48:44 PM (2 years ago)
Author:
xbusta
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v8 v9  
    5050
    5151|| ||= '''manatee-open''' =||= '''bonito-open''' =||= '''gdex'''  =||= '''crystal-open'''  =||= '''sample corpus''' =||
    52 || tar.gz || [https://corpora.fi.muni.cz/noske/current/src/manatee-open-2.167.10.tar.gz manatee-open-2.167.10.tar.gz] || [https://corpora.fi.muni.cz/noske/current/src/bonito-open-4.24.6.tar.gz bonito-open-4.24.6.tar.gz] || [https://corpora.fi.muni.cz/noske/current/src/gdex-3.12.tar.gz gdex-3.12.tar.gz] || [https://corpora.fi.muni.cz/noske/current/src/crystal-open-2.14.tar.gz crystal-open-2.14.tar.gz] || [https://corpora.fi.muni.cz/noske/current/src/susanne-example-source.tar.bz2 susanne-example-source.tar.bz2] ||
    53 || rpm (Centos 7) || [https://corpora.fi.muni.cz/noske/current/centos7/manatee-open/ 2.167.10] || [https://corpora.fi.muni.cz/noske/current/centos7/bonito-open/ 4.24.6] || [https://corpora.fi.muni.cz/noske/current/centos7/gdex/ 3.12] || [https://corpora.fi.muni.cz/noske/current/centos7/crystal-open/ 2.14] || [https://corpora.fi.muni.cz/noske/current/centos7/manatee-open/ 2.167.10]  ||
     52|| tar.gz || [https://corpora.fi.muni.cz/noske/current/src/manatee-open-2.207.2.tar.gz manatee-open-2.207.2.tar.gz] || [https://corpora.fi.muni.cz/noske/current/src/bonito-open-5.55.5.tar.gz bonito-open-5.55.5.tar.gz] || [https://corpora.fi.muni.cz/noske/current/src/gdex-4.12.tar.gz gdex-4.12.tar.gz] || [https://corpora.fi.muni.cz/noske/current/src/crystal-open-2.107.tar.gz crystal-open-2.107.tar.gz] || [https://corpora.fi.muni.cz/noske/current/src/susanne-example-source.tar.bz2 susanne-example-source.tar.bz2] ||
     53|| rpm (Centos 7) || [https://corpora.fi.muni.cz/noske/current/centos7/manatee-open/ 2.207.2] || [https://corpora.fi.muni.cz/noske/current/centos7/bonito-open/ 5.55.5] || [https://corpora.fi.muni.cz/noske/current/centos7/gdex/ 4.12] || [https://corpora.fi.muni.cz/noske/current/centos7/crystal-open/ 2.107] || [https://corpora.fi.muni.cz/noske/current/centos7/manatee-open/ 2.207.2]  ||
    5454
    5555== Older releases ==
     
    6363tar xzvf manatee-open-<version>.tar.gz
    6464cd manatee-open-<version>
    65 ./configure PYTHON=python2 --with-pcre
     65./configure --with-pcre
    6666make
    6767sudo make install
    68 ldconfig
     68
    6969}}}
    7070== bonito ==
     
    7878sudo ./setupbonito <CGIPATH> <DATAPATH>
    7979# where CGIPATH is the your webserver CGI directory and DATAPATH is a data directory writable by the webserver
     80
    8081}}}
    8182
     
    8586tar xzvf gdex-<version>.tar.gz
    8687cd gdex-<version>
    87 sudo python2 setup.py install
     88VERSION=<version>
     89sed -i "s/<version>/$VERSION/g" setup.py
     90./setup.py build
     91sudo ./setup.py install
    8892}}}
    8993
     
    100104!NoSketch Engine packages
    101105{{{
    102 rpm -ivh crystal-open-*.el7.noarch bonito4-open-*.el7.noarch manatee-open-*.el7.x86_64 manatee-open-python-*.el7.x86_64
     106rpm -ivh crystal-open-*.el7.noarch bonito-open-*.el7.noarch manatee-open-*.el7.x86_64 manatee-open-python3-*.el7.x86_64
    103107}}}
    104108
     
    120124        <Directory /var/www/bonito>
    121125                AllowOverride All
    122                 Options +ExecCGI
     126                Options +ExecCGI -Indexes
    123127                AddHandler cgi-script .cgi
    124128        </Directory>
     
    134138        <Directory /var/www/bonito>
    135139                AllowOverride All
    136                 Options +ExecCGI
     140                Options +ExecCGI -Indexes
    137141                AddHandler cgi-script .cgi
    138142                <LimitExcept OPTIONS>
    139                         <Location "/crystal-auth">
    140                                 AuthType Basic
    141                                 AuthName "Secure Content"
    142                                 AuthUserFile /var/lib/bonito/htpasswd
    143                                 Require valid-user
    144                         </Location>
    145143                        <Location "/bonito-auth">
    146144                                AuthType Basic