Page tree

Versions Compared

Key

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

Table of Contents

Warning

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

Note

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:
    Code Block
    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


    Important note for paid or private customer specific plug-ins

    VisualReview

    Note

    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
    • follow below general steps

    General steps for paid/private plug-ins

    In order to use paid or private customer specific plug-ins, follow the normal installation. If all is up and running do the following.

    This steps will be improved in the near future, so that private plug-ins are registered via the config and pulled automatically.

    SSL Offloading

    SSL Offloading to an external LB is possible, the LB must support / enable websockets.

    ...