Skip to content

ingadhoc/aeroo_docs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Adhoc Doc

Run libreoffice

Antes de utilizar el debug, se debe correr libreoffice en la consola.

libreoffice${OO_VERSION} \
    --invisible \
    --norestore \
    --headless \
    --nologo \
    --nofirststartwizard \
    --accept="socket,host=localhost,port=2002;urp;StarOffice.ServiceManager"

Doc

Basado en

First Steps install libreoffice

Resolving Imports unopy

Desktop Frame Util

PDF Options PDF Export

Build and upload

#LIBREOFFICE_VERSION=24.2.2
#LIBREOFFICE_VERSION_L2=24.2
#LIBREOFFICE_PYTHON=3.8.19

#LIBREOFFICE_VERSION=24.8.7
#LIBREOFFICE_VERSION_L2=24.8
#LIBREOFFICE_PYTHON=3.9.22

#LIBREOFFICE_VERSION=25.2.4
#LIBREOFFICE_VERSION_L2=25.2
#LIBREOFFICE_PYTHON=3.10.16

docker buildx build \
  --build-arg LIBREOFFICE_VERSION=24.8.7 \
  --build-arg LIBREOFFICE_VERSION_L2=24.8 \
  --build-arg LIBREOFFICE_PYTHON=3.9.22 \
  -t adhoc/aeroo-docs:9.7 \
  --target prod \
  -f docker/dockerfile .

  #-t adhoc/aeroo-docs:9.7-dev \
  #--target dev 

docker push adhoc/aeroo-docs:9.7

Test

curl "localhost:8989/?jsonrpc=2.0&method=test&id=1"

for i in {1..15}
do
   curl "localhost:8989/?jsonrpc=2.0&method=test&id=1" &
done

About

Aeroo DOCS - a document conversion service

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 96.7%
  • Shell 3.3%