Browse Source

DOC-3165: Update documentation for Import from Word and Export to Word services using Docker (Individually licensed) (#3649)

* 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
299c5e55b6
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 13
      modules/ROOT/partials/individually-licensed-components/import-from-word-and-export-to-word/import-from-word-and-export-to-word-installation-on-premises.adoc
  2. 4
      modules/ROOT/partials/individually-licensed-components/import-from-word-and-export-to-word/import-from-word-and-export-to-word-overview-on-premises.adoc

13
modules/ROOT/partials/individually-licensed-components/import-from-word-and-export-to-word/import-from-word-and-export-to-word-installation-on-premises.adoc

@ -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 docker pull registry.containers.tiny.cloud/{dockerimageimportfromwordexporttoword}:[version]
----
Launch the Docker container:
@ -59,7 +66,7 @@ services:
restart: always
init: true
environment:
LICENSE_KEY: "licensekey"
LICENSE_KEY: "license_key"
# Secret Key is optional
SECRET_KEY: "secret_key"
----
@ -70,7 +77,7 @@ For details on `SECRET_KEY` usage check the xref:individual-import-from-word-and
[source, bash]
----
docker-compose up
docker compose up
----
[NOTE]

4
modules/ROOT/partials/individually-licensed-components/import-from-word-and-export-to-word/import-from-word-and-export-to-word-overview-on-premises.adoc

@ -3,7 +3,9 @@
{pluginname} is a set of two converter services that allow for both exporting a structured HTML content (e.g. created with {productname} WYSIWYG editor) into a `.docx` Microsoft Word file and for importing content from `.docx` and `.dotx` files and converting it into a styled HTML document.
A valid license key is needed in order to install {pluginname} On-Premises. link:https://www.tiny.cloud/contact/[Contact us] for a trial license key.
A valid license key is needed in order to install {pluginname} On-Premises. You will also need an access token to access the Tiny 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 documentation in this section refers to a simplified version of the {pluginname} On-Premises which was designed to be easy to set up and maintain (while preserving all the features). It also lowers the running costs by reducing the number of servers required to run the whole application to the minimum.
Loading…
Cancel
Save