oxs-office-server-[20251105] OXS-office Server v3.0.0 Installation instructions
=================================================================================
1. Requirements:
    1a. Intall LibreOffice version v25.2.5.2
    1b. Intall node.js v22.11.0
    1c. Intall pm2 v5.4.3

2. Installing oxs-office-server v3.0.0:
    3a. Download the installation package oxs-office-server_v3.0.0.tgz 
    3b. Unzip oxs-office-server_v3.0.0.tgz using the following command. This will extract the application to /usr/lib/node_modules/oxs-office-server.
        tar xvzf oxs-office-server_v3.0.0.tgz   /

4. If required, update the environment variables in /usr/lib/node_modules/oxs-office-server/conf/processes.config.js based on the reference document: /usr/lib/node_modules/oxs-office-server/doc/oxs-office-server_env_vars_list.pdf
5. Go to /usr/lib/node_modules/oxs-office-server/ directory
6. Start the server using the following command:
        ./oxs-office-server start 
7. The server will start and listen on port 1075
8. Log file is generated at: /mnt/logs/oxs-office-server.log.

Testing oxs-office-server:
--------------------------
1. In the browser, go to http://<Server IP Address>:1075. It should display the server name along with plugin names and versions.
2. In the browser, go to http://<Server IP Address>:1075/services/assert/isalive. It should return "OXS Office  Server@3.0.0 running"

Note:
LibreOffice does not support TIFF transformations. Therefore, conversions from DOC/XLS to TIF will not work at the moment.
