Skip to content

Commit 7cf4307

Browse files
authored
DOC-3169: Remove Premium self-hosted bundle users and relevant nested guides from tinymce/7 docs. (#3652)
* DOC-3169: Remove Premium self-hosted bundle users and relevant nested guides from tinymce/7 docs. * DOC-3169: updates to key release note pages to reference new setup guides for docker, refactor old bundle-intro-setup.adoc. * DOC-3169: update nav.adoc file to include new page. * DOC-3169: update links and seperate doc converter features. * DOC-3169:Update release notes to reflect changes in Docker deployment references and remove unsupported plugin notice. * DOC-3169: move admon to partial. * DOC-3169: minor copy edits.
1 parent ce78259 commit 7cf4307

16 files changed

+39
-562
lines changed

modules/ROOT/nav.adoc

Lines changed: 7 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -126,19 +126,13 @@
126126
*** xref:editor-plugin-version.adoc[Specify editor version & plugins]
127127
*** xref:plugin-editor-version-compatibility.adoc[Version compatibility reference]
128128
*** xref:cloud-troubleshooting.adoc[Cloud Troubleshooting]
129-
** Premium server-side services guide
130-
*** Server-side component installation with Docker
131-
**** Premium self-hosted bundle users
132-
***** xref:bundle-intro-setup.adoc[Introduction and initial setup]
133-
***** xref:bundle-hyperlinking-container.adoc[Hyperlinking service]
134-
***** xref:bundle-spelling-container.adoc[Spelling service]
135-
***** xref:bundle-imageproxy-container.adoc[Image Proxy service]
136-
**** Individually licensed plugin services
137-
***** xref:individual-hyperlinking-container.adoc[Hyperlinking service]
138-
***** xref:individual-image-proxy-container.adoc[Image Proxy service]
139-
***** xref:individual-spelling-container.adoc[Spelling service]
140-
***** xref:individual-export-to-pdf-on-premises.adoc[Export to PDF]
141-
***** xref:individual-import-from-word-and-export-to-word-on-premises.adoc[Import from Word and Export to Word]
129+
** Premium server-side services guides
130+
*** xref:bundle-intro-setup.adoc[Introduction]
131+
*** xref:individual-hyperlinking-container.adoc[Hyperlinking service]
132+
*** xref:individual-image-proxy-container.adoc[Image Proxy service]
133+
*** xref:individual-spelling-container.adoc[Spelling service]
134+
*** xref:individual-export-to-pdf-on-premises.adoc[Export to PDF]
135+
*** xref:individual-import-from-word-and-export-to-word-on-premises.adoc[Import from Word and Export to Word]
142136
*** Configure the server-side components
143137
**** xref:configure-required-services.adoc[Required configuration]
144138
**** xref:configure-common-settings-services.adoc[Optional common settings]

modules/ROOT/pages/7.1-release-notes.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,8 @@ The Java server-side components have been updated to the following versions:
5353

5454
The new versions of the server-side services provide updates for the Java-based server-side components. To deploy the updated version of the server-side components:
5555

56+
include::partial$misc/admon-docker-starter-kit-eos-message.adoc[]
57+
5658
. Update your Java Application Server to the minimum required version:
5759

5860
include::partial$misc/supported-application-servers.adoc[]

modules/ROOT/pages/7.2-release-notes.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ The Java server-side component has been updated to the following version:
4242

4343
The new versions of the server-side services provide updates for the Java-based server-side components. To deploy the updated version of the server-side components:
4444

45+
include::partial$misc/admon-docker-starter-kit-eos-message.adoc[]
46+
4547
. Update your Java Application Server to the minimum required version:
4648

4749
include::partial$misc/supported-application-servers.adoc[]

modules/ROOT/pages/7.6.1-release-notes.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@ The Java server-side components have been updated to the following versions:
4949

5050
The new versions of the server-side services provide updates for the Java-based server-side components. To deploy the updated version of the server-side components:
5151

52+
include::partial$misc/admon-docker-starter-kit-eos-message.adoc[]
53+
5254
. Update your Java Application Server to the minimum required version:
5355

5456
include::partial$misc/supported-application-servers.adoc[]

modules/ROOT/pages/7.7.0-release-notes.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ The Java server-side component has been updated to the following version:
4040

4141
The new versions of the server-side services provide updates for the Java-based server-side components. To deploy the updated version of the server-side components:
4242

43+
include::partial$misc/admon-docker-starter-kit-eos-message.adoc[]
44+
4345
. Update your Java Application Server to the minimum required version:
4446

4547
include::partial$misc/supported-application-servers.adoc[]

modules/ROOT/pages/7.7.1-release-notes.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@ The Java server-side components have been updated to the following versions:
4747

4848
The new versions of the server-side services provide updates for the Java-based server-side components. To deploy the updated version of the server-side components:
4949

50+
include::partial$misc/admon-docker-starter-kit-eos-message.adoc[]
51+
5052
. Update your Java Application Server to the minimum required version:
5153

5254
include::partial$misc/supported-application-servers.adoc[]

modules/ROOT/pages/bundle-hyperlinking-container.adoc

Lines changed: 0 additions & 6 deletions
This file was deleted.

modules/ROOT/pages/bundle-imageproxy-container.adoc

Lines changed: 0 additions & 6 deletions
This file was deleted.
Lines changed: 15 additions & 49 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
= Introduction and initial setup for containerized server-side services from the premium self-hosted bundle
1+
= Introduction and initial setup for containerized server-side services from the premium self-hosted bundles
22
:navtitle: Introduction and initial setup
33
:description: The containerized server-side components for premium plugins.
44

5-
The {enterpriseversion} server-side components can be deployed on Docker orchestration applications such as https://kubernetes.io/[Kubernetes], https://docs.docker.com/engine/swarm/[Docker Swarm], or https://www.openshift.com/[OpenShift]. {companyname} provides packages containing pre-configured https://docs.docker.com/engine/reference/builder/[`+Dockerfiles+`] for building and deploying the {enterpriseversion} server-side components using Docker.
5+
The {enterpriseversion} server-side components can be deployed on Docker orchestration applications such as link:https://kubernetes.io/[Kubernetes^], link:https://docs.docker.com/engine/swarm/[Docker Swarm^], or link:https://www.openshift.com/[OpenShift^]. {companyname} provides Docker images through the {companyname} Cloud Registry. An access token will be provided by {companyname} to log into the registry to retrieve the Docker image and run the container.
66

77
== Containerized services for Self-hosted Enterprise deployments
88

@@ -14,55 +14,21 @@ The following sections assist with containerizing the {productname} services for
1414

1515
=== Prerequisites
1616

17-
* The https://docs.docker.com/engine/docker-overview/[Docker Engine] is installed and running.
18-
* The user has Administrative or Root user access.
17+
* The link:https://docs.docker.com/engine/docker-overview/[Docker Engine^] is installed and running.
18+
* The user has Administrative or Root user access to run the Docker commands.
1919
* The user is either:
20-
** Using a Linux, Unix or macOS operating system.
21-
** Using Windows and has access to unix command line tools using https://gitforwindows.org/[Git for Windows], https://www.cygwin.com/[Cygwin], or the https://docs.microsoft.com/en-us/windows/wsl/install-win10[Windows Subsystem for Linux].
20+
** Using a Unix-like operating system, such as Linux or macOS.
21+
** Using Windows and has access to unix command line tools using link:https://gitforwindows.org/[Git for Windows^], link:https://www.cygwin.com/[Cygwin^], or the link:https://docs.microsoft.com/en-us/windows/wsl/install-win10[Windows Subsystem for Linux^].
2222

23-
[[download-and-extract-the-tinymce-self-hosted-bundle]]
24-
=== Download and extract the TinyMCE Self-hosted Bundle
23+
=== Next steps
2524

26-
. Go to *link:{download-enterprise}[{accountpage} Downloads]* and download the {productname} self-hosted bundle `+.zip+` file.
27-
. Open a command line and navigate to the directory containing the downloaded `+.zip+` file:
28-
* `+TinyMCE-Essential_latest.zip+` for *Self-hosted Essential* users.
29-
* `+TinyMCE-Professional_latest.zip+` for *Self-hosted Professional* users.
30-
* `+TinyMCE-Premium_latest.zip+` for *Self-hosted Premium* users.
31-
+
32-
Windows Users should open a Bash command line as the Administrator User.
33-
. Extract the contents of the `+.zip+` file, such as:
34-
+
35-
[source,sh]
36-
----
37-
unzip TinyMCE-Premium_latest.zip -d tinymce-selfhosted
38-
----
39-
+
40-
The structure of the extracted files will be:
41-
+
42-
[source,sh]
43-
----
44-
tinymce-selfhosted/
45-
├── tinymce/
46-
└── tinymce-services/
47-
├── ephox-hyperlinking-docker-starter-kit.zip
48-
├── ephox-hyperlinking.war
49-
├── ephox-image-proxy-docker-starter-kit.zip
50-
├── ephox-image-proxy.war
51-
├── ephox-spelling-docker-starter-kit.zip
52-
├── ephox-spelling.war
53-
└── version.txt
54-
----
55-
. Navigate into the `+tinymce-services+` folder.
56-
+
57-
[source,sh]
58-
----
59-
cd tinymce-selfhosted/tinymce-services/
60-
----
25+
Proceed to setting up and deploying the containerized services for:
6126

62-
Proceed to setting up and deploying the containerized services:
27+
* For the Enhanced Media Embed and Link Checker service, see: xref:individual-hyperlinking-container.adoc[Deploy the {productname} hyperlinking server-side component using Docker].
28+
* For the Image Editing and Export image proxy service, see: xref:individual-image-proxy-container.adoc[Deploy the {productname} image proxy server-side component using Docker].
29+
* For the Spell Checker service, see: xref:individual-spelling-container.adoc[Deploy the {productname} spelling service server-side component using Docker].
6330

64-
* For the Enhanced Media Embed and Link Checker service, see: xref:bundle-hyperlinking-container.adoc[Deploy the TinyMCE hyperlinking server-side component using Docker (self-hosted enterprise bundles)].
65-
* For the Image Editing and Export image proxy service, see: xref:bundle-imageproxy-container.adoc[Deploy the TinyMCE image proxy server-side component using Docker (self-hosted enterprise bundles)].
66-
* For the Spell Checker service, see: xref:bundle-spelling-container.adoc[Deploy the TinyMCE spelling service server-side component using Docker (self-hosted enterprise bundles)].
67-
* For the Image Editing proxy service, see: xref:bundle-imageproxy-container.adoc[Deploy the TinyMCE image proxy server-side component using Docker (self-hosted enterprise bundles)].
68-
* For the Spell Checker service, see: xref:bundle-spelling-container.adoc[Deploy the TinyMCE spelling service server-side component using Docker (self-hosted enterprise bundles)].
31+
=== Additional services
32+
33+
* For the Export to PDF service, see: xref:individual-export-to-pdf-on-premises.adoc[Deploy the {productname} Export to PDF service server-side component using Docker].
34+
* For the Import from Word and Export to Word services, see: xref:individual-import-from-word-and-export-to-word-on-premises.adoc[Deploy the {productname} Import from Word and Export to Word service server-side component using Docker].

modules/ROOT/pages/bundle-spelling-container.adoc

Lines changed: 0 additions & 6 deletions
This file was deleted.

0 commit comments

Comments
 (0)