Skip to content

Commit 3496c08

Browse files
author
Sorita Heng
committed
update Docker info
1 parent ea1e4ad commit 3496c08

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
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: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,13 @@ Login to Docker registry:
2828
docker login -u [username] -p [password] registry.containers.tiny.cloud
2929
----
3030

31+
Pull the Docker image:
32+
33+
[source, sh, subs="attributes+"]
34+
----
35+
docker pull docker pull registry.containers.tiny.cloud/{dockerimageimportfromwordexporttoword}:[version]
36+
----
37+
3138
Launch the Docker container:
3239

3340
[source, sh, subs="attributes+"]
@@ -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 login credentials 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 login credentials.
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)