OXAR
OXAR copied to clipboard
AOP local install
Some people want to run APEX Office Print locally (on-premise) instead of going to our cloud. To upgrade to a local install they should run a script: install_aop_local.sh <your_email>
This will automatically set the email up in our system and register them.
- [x] install LibreOffice (= pre-requisite to be able to run the conversion to PDF) see https://www.apexofficeprint.com/docs/#1010-how-to-read-and-convert-documents-docx-xlsx-pptx-pdf-on-linux - @martindsouza
- [x] call webservice
https://www.apexrnd.be/ords/apexofficeprint/aop/oxar/{email}it will return a url - @dgielis - [x]
wget <returned url>- @dgielis this will download the latest version of AOP - [x] unpack zip file of AOP in a directory
/home/oracle? - @dgielis - [ ] run AOP in background:
./APEXOfficePrintRH64 &alternatively create a linux service for it so it can also be started automatically on reboot - @martindsouza. See https://github.com/OraOpenSource/OXAR/issues/176 - [ ] give a message to the customer "AOP on-premise complete. You can now point the AOP-plugin to your local AOP by specifying in Shared Components > Component Settings > APEX Office Print - @dgielis
- [ ] this needs to be document for the end-user