.. highlight:: rst Installation ============ Web based test management system can be installed on the Linux or Windows machines. Main components are: * PosgreSQL database server * Python * Pylons application server * eKorpus software. eKorpus software and seed database can be asked by e-mail ekorpus@eki.ee. Here we describe Gentoo Linux installation. PostgresSQL *********** PostgreSQL versions starting 8.2 can be used. Install:: cave resolve postgresql-server -x # install software cave config postgresql-server # do initial configuration /etc/init.d/postgresql-9.0 start # start the server Default configuration is ok for eKorpus. Create the eKorpus user and load the data:: createuser -U postgres korpus psql -U postgres postgres `_ . To add a new GUI language for example **fr** change to eKorpus directory and execute following commands:: python setup.py init_catalog -l fr For simple GUI updates execute the following commands:: python setup.py extract_messages python setup.py update_catalog Update translations:: python setup.py compile_catalog -f Create ekorpus/templates/admin/fr/intro.html Create flag icon ekorpus/public/fr.gif Add 'fr' to available ui_languages in ekorpus/lib/base.py Add flag to the menu in ekorpus/templates/widgets.mak Add selections to database