oxs-office-server-[20251105] OXS-office Server v3.0.0 Installation instructions
=================================================================================
1. Requirements:
	1a. LibreOffice version 25.2.5.2
	1b. node.js v22

2. Installing pm2 and pm2-logrotate
   2a. Download pm2_5.2.0.tgz to a <temp dir> from https://storage.cloud.google.com/oxs-rpm-artifacts/hallesche-dms2.4/PM2/pm2_5.2.0.tgz and unzip as shown below:
       $ tar -xvzf <temp dir>/pm2_5.2.0.tgz -C /
   2b. Download pm2-logrotate_2.7.0.tgz to a <temp dir> from https://storage.cloud.google.com/oxs-rpm-artifacts/hallesche-dms2.4/PM2/pm2-logrotate_2.7.0.tgz
       $ tar -xvzf <temp dir>/pm2-logrotate_2.7.0.tgz -C /

3. Installing oxs-office-server
	3a. Download oxs-office-server_v3.0.0.tgz 
	3b. Unzip oxs-office-server_v3.0.0.tgz using the following command 
		tar xvzf oxs-office-server_v3.0.0.tgz   /

4. Ensure to set environment variables in /usr/lib/node_modules/oxs-office-server/conf/processes.config.js, based on /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/
6. Run ./oxs-office-server start to start oxs-office-server 
7. Server will start and listen on port 1075.

Testing oxs-office-server:
=========================
1. In the browser, go to http://<Server IP Address>:1075. It should server and its plugin names and version

Version History:
----------------
11.05.2025 v3.0.0:
    -- oxs-office-server first release