Skip to content

Commit 299c5e5

Browse files
soritahengSorita Heng
andauthored
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 <[email protected]>
1 parent 393f0f1 commit 299c5e5

File tree

2 files changed

+13
-4
lines changed

2 files changed

+13
-4
lines changed

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

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,14 @@ Login to Docker registry:
2525

2626
[source, sh, subs="attributes+"]
2727
----
28-
docker login -u [username] -p [password] registry.containers.tiny.cloud
28+
docker login -u tiny -p [access-token] registry.containers.tiny.cloud
29+
----
30+
31+
Pull the Docker image:
32+
33+
[source, sh, subs="attributes+"]
34+
----
35+
docker pull docker pull registry.containers.tiny.cloud/{dockerimageimportfromwordexporttoword}:[version]
2936
----
3037

3138
Launch the Docker container:
@@ -59,7 +66,7 @@ services:
5966
restart: always
6067
init: true
6168
environment:
62-
LICENSE_KEY: "licensekey"
69+
LICENSE_KEY: "license_key"
6370
# Secret Key is optional
6471
SECRET_KEY: "secret_key"
6572
----
@@ -70,7 +77,7 @@ For details on `SECRET_KEY` usage check the xref:individual-import-from-word-and
7077

7178
[source, bash]
7279
----
73-
docker-compose up
80+
docker compose up
7481
----
7582

7683
[NOTE]

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@
33

44
{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.
55

6-
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.
6+
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.
7+
8+
To get started, link:https://www.tiny.cloud/contact/[Contact Tiny Support] for a trial license key and Docker access token.
79

810
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.
911

0 commit comments

Comments
 (0)