Page tree

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Follow that manual only when using VisualReview!


With version 6.0.0 the headless browser container is replaced with a different container.

Docker Compose users

If you are using docker compose to manage the translate5 containers, add the following section to your docker-compose.visual.yml file:

    visualconverter:
        image: ${CONTAINER_REGISTRY_BASE}/visualconverter

And to your docker-compose.production.yml file

    visualconverter:
        restart: always

And remove the in both files the "visualbrowser" section!!!

After that call:

docker compose up -d

to update the containers. Check if some remaining old containers / images must be removed manually.

Test Translate5 configuration

Translate5 should be preconfigured for that container. Change to the translate5 container and call system check:

docker compose exec db phpt5 system:check

The result of the system:check should look like:

Legacy (non docker) installations - using docker for visual review only

The translate5 docker installation manual contains a docker-compose configuration file for all services and more advanced information.

Docker containers and local DNS configuration

# with the execution (and download) of the following docker containers you agree the licenses of the software in the containers! 
docker run -d --restart unless-stopped --name visualconverter -p 127.0.0.2:8087:80/tcp translate5/visualconverter
echo "127.0.0.2       visualconverter" >> /etc/hosts

Remove old visualbrowser

Remove all containers and /etc/hosts entries related to visualbrowser

Test Translate5 configuration

Translate5 should be preconfigured for that container. Change to the translate5 container and call system check:

docker compose exec db phpt5 system:check
  • No labels