Page tree

Versions Compared

Key

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

...

Note

In order to use the Visual plug-in:

  • Get a docker hub token from MittagQI
  • Login to docker hub with by executing
    • docker login -u translate5

    • At the password prompt, enter the personal access token.

  • Download the docker-compose.visual.yml
  • Change in your ".env" file the value of COMPOSE_FILE to docker-compose.yml:docker-compose.visual.yml:docker-compose.production.yml
  • Open the docker-compose.production.yml and search for the following line:
    • # ENABLE ME IF USING Visual plugin

    • Uncomment the 4 lines below this line (remove the starting # from them)
  • Open the docker-compose.yml and search for the following line:
    • # ENABLE ME IF USING Visual plugin

    • Uncomment the 2 lines below this line (remove the starting # from them)
  • Go to Execute docker-compose up and follow those intructions. After this paragraph is done, go to General steps for paid/private plug-ins and follow those steps. Then you are done.

...