<TEI:TOK>

Main Menu


Powered by <TEI:TOK>
Maarten Janssen, 2014-

TEITOK Help Pages

Installing TEITOK

TEITOK is currently a private project on GitLab. Anybody interested in using TEITOK, please create an account on GitLab and contact the author with your account details to add you as a user to the project: Maarten Janssen. To clone the private repository, you need to add your public ssh key to your GitLab account.

Once you have cloned the TEITOK repository, the recommended way to install TEITOK is as follows:

  • Create a folder called "teitok" in your WWW root (depending on your system, something like /var/www/html or /Library/WebServer/Documents)
  • Inside that folder, create a dynamic link to the common folder in the repository
  • Copy the check folder from the repository to the teitok folder you creared
  • Browse to http://127.0.0.1/teitok/check (or replace 127.0.0.1 by the name of your server if you are not on the server), and follow the instructions there

System Requirements

TEITOK is an online system, built largely in PHP that should run on most Linux servers and requires only the following items to be installed. The installation process verifies whether these have been correctly installed

Apache/PHP
Apache is the webserver required to run the system, which should be instlled on almost all Linux computers. In principle, any version of PHP with Unicode support should suffice.
Smarty
TEITOK uses the Smarty template engine for rendering the web page.
OpenCWB
For the indexed corpus, TEITOK uses OpenCWB.

Back to index