Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

If you use an already existing virtual host, please add at least the following both settingssetting:

  SetEnv APPLICATION_ENV application  php_value include_path .:/var/www/translate5/library/zend/:/usr/share/php5:/usr/share/php

On other systems, this may be different, for example on Debian 10 Buster it should be:

PHP include path in the php.ini

Check that the PHP include path contains at least "." and the PHP system paths. So should be something like:

   php_value include_path .:/var/www/translate5/library/zend/:/usr/share/php5:/usr/share/php:/usr/share/php7.3-common

Since translate5 needs no change here, just use the system default in doubt.


Please be aware, that you have to check your webserver and this apache configuration regarding security, if you oppose your translate5 instance to the internet. Your security is your responsibility and can not be covered by this manual.

...

Download the Translate5 core package from

https://www.translate5.net/resources-download/URL has been removed here, since this path of installation is deprecated. Please go the docker-based way.

save and unzip it directly in the above directory.

...

Depending on the usage of translate5 the setup of a cronjob / task scheduler for recurring actions is needed. Therefor exists two URLs in translate5 which must be called via cron / task scheduler.

Warning

To be able to use the cron job system, the IP Address of the system which triggers the below mentioned URLs must be configured.

This is done via the config "runtimeOptions.cronIP".

Daily

The URL http://translate5.example.org/editor/cron/daily should be called once a day. This triggers some date specific workflow actions, like notification of overdued tasks or deleting of old unused tasks.

...