Page tree

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

Compare with Current View Page History

« Previous Version 5 Next »

This is installation is for new installations. If you upgrade from an existing installation see translate5 5.8.0 - needed visualreview to docker migration

DOCUMENTATION WORK IN PROGRESS

In order to use visualreview:

  • get a docker hub token from MittagQI
  • login to docker hub with that
  • get docker-compose.visual.yml
  • add to .env docker-compose.yml:docker-compose.visual.yml:docker-compose.production.yml


  1. get docker-compose.yml
  2. get docker-compose.production.yml - change if needed
  3. create .env:
CONTAINER_REGISTRY_BASE=translate5
MYSQL_USERNAME=translate5
MYSQL_PASSWORD=translate5
APP_HOST=t5docker.localdev
COMPOSE_FILE=docker-compose.yml:docker-compose.production.yml

  1. call docker-compose up
  • No labels