Page tree

Versions Compared

Key

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

...

General steps for paid/private plug-ins

In order to use paid or private or private customer specific plug-ins, follow the normal installation. If all is up and running do the following.request the installer package containing all private plugins from mittagqi. You will receive an URL pointing to the package.zip.

Go into the translate5 docker container:

Code Block
docker-compose exec php bash
t5 status 
# now you should be in /var/www/translate5
wget URL_TO_YOUR.zip
./install-and-update.sh YOUR.zip
t5 service:autodiscovery -s


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

...