Browse Source

DOC-3164: Update documentation for Export to PDF service using Docker (Individually licensed) (#3650)

* Update Docker info

* Update Docker info

---------

Co-authored-by: Sorita Heng <sorita.heng@tiny.cloud>
pull/3657/head
Sorita Heng 5 months ago
committed by GitHub
parent
commit
80d35b4f22
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 13
      modules/ROOT/partials/individually-licensed-components/export-to-pdf/export-to-pdf-installation.adoc
  2. 6
      modules/ROOT/partials/individually-licensed-components/export-to-pdf/export-to-pdf-overview.adoc

13
modules/ROOT/partials/individually-licensed-components/export-to-pdf/export-to-pdf-installation.adoc

@ -15,7 +15,7 @@ Refer to the xref:individual-export-to-pdf-on-premises.adoc#requirements[Require
=== Setting up the application using a Docker container
. The username and password credentials supplied by Tiny are utilized for logging into the Docker registry and retrieving the Docker image.
. Log into the Docker registry and retrieve the Docker image using the provided access token.
. Containerize the application using `docker` or `docker-compose`.
. Use a demo page to verify if the application works properly.
@ -25,7 +25,14 @@ Login to Docker registry:
[source, sh, subs="attributes+"]
----
docker login -u [username] -p [password] registry.containers.tiny.cloud
docker login -u tiny -p [access-token] registry.containers.tiny.cloud
----
Pull the Docker image:
[source, sh, subs="attributes+"]
----
docker pull registry.containers.tiny.cloud/{dockerimageexporttopdf}:[version]
----
Launch the Docker container:
@ -72,7 +79,7 @@ For details on `SECRET_KEY` usage check the xref:individual-export-to-pdf-on-pre
[source, bash]
----
docker-compose up
docker compose up
----
[NOTE]

6
modules/ROOT/partials/individually-licensed-components/export-to-pdf/export-to-pdf-overview.adoc

@ -3,8 +3,8 @@
The On-Premises version of the {pluginname} Converter is an application that can be installed and run on the customer’s in-house servers and computing infrastructure, including a private cloud. It contains all the features of the {pluginname} Converter available as SaaS.
A valid license key is required in order to install {pluginname} Converter On-Premises.
link:https://www.tiny.cloud/contact/[Contact us] for a trial license key.
A valid license key is required in order to install {pluginname} Converter On-Premises. You will also need an access token to access the {companyname} Cloud Docker registry and pull the Docker image.
To get started, link:https://www.tiny.cloud/contact/[Contact Tiny Support] for a trial license key and Docker access token.
The only requirement to run {pluginname} On-Premises is a container runtime or orchestration tool e.g. Docker, Kubernetes, Podman.
The only requirement to run {pluginname} On-Premises is a container runtime or orchestration tool e.g. Docker, Kubernetes, Podman.
Loading…
Cancel
Save