Building 3DS Helm Chart is mostly similar to the method used for the general one. Therefore, the main programs for running a Helm Chart must be installed in advance. Please refer to the pre-installation guide if necessary.
Additionally, the 3DS specific version contains the following customizations:
Includes an ODT filter to process ODT (ODF v1.3) files
Contains 3DS specific fonts
Installation
Unlike the general build, we proceed by first downloading the Helm Chart configuration file and then installing ThinkfreeOffice.
1. Download the settings file
Download the settings file download the values.yaml file by following theHelm Chart configuration guide.
2. Modify the container image path
Please modify the container image path in the downloaded values.yaml file as follows using a file editor such as VI editor.
Save the file after changing the tag value to “2.5.5.1.3ds” as shown below.
## Configuration for ThinkfreeOffice common container image ## image: registry: 958750823146.dkr.ecr.ap-northeast-2.amazonaws.com ## Specify the image version ## For version updates, please contact contact@thinkfree.com ## tag: "2.5.5.1.3ds"
3. Install Thinkfree Office
For installation, refer to the document Install Thinkfree Office and proceed with AWS authentication. After completing the AWS authentication process, proceed with the installation using the modified values.yaml file above.
helm upgrade --install thinkfree oci://${ACCOUNT}.dkr.ecr.${REGION}.amazonaws.com/thinkfree-office-chart -f values.yaml --set image.pullSecrets[0]=${SECRET_NAME}
4. Activate ODF filter
Finally, the ODF filter is disabled by default because it is not part of the general build. You can activate the ODF filter by following the below steps:
Access the Thinkfree Office administrator page (default login cloud/weboffice)
Navigate to ‘Setting’ → ‘Additional setting’
Click 'Add a row' and enter the below values in the newly created row.
Enter 'useODFExternalFilter' in the 'key' column.
Click the magnifying glass button.
Select 'WORD' in the 'app' column.
Select 'False' in the 'value' column.
Testing the installation
Once you have completed the license registration for Web Office, you can test ODT documents through the URL below.
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article