Skip to main content

Module Moustache pour fusion ODT

Project description

Moustache
=========

Moustache est un module de fusion documentaire ODT.

Installation
------------

Docker
~~~~~~

``docker run -p 5000:5000 gitlab.libriciel.fr:4567/outil/moustache:master``

 Ubuntu
~~~~~~~

Sur une distribution Ubuntu 16.04 LTS, voici la procédure à suivre :

.. code:: bash

apt update -y
apt install -y libreoffice libreoffice-script-provider-python curl libmagickwand-dev

curl https://bootstrap.pypa.io/get-pip.py | python3

pip3 install moustache

Lancement
---------

Avant tout lancement de Moustache, il faut lancer libreoffice en mode
headless, sur le port 2002 :

.. code:: bash

soffice --headless --invisible --nologo --nodefault --nocrashreport --nolockcheck --norestore --nofirststartwizard --accept="socket,host=0,port=2002;urp;" &

Puis il suffira de lancer la commande :

.. code:: bash

moustache

Moustache sera ensuite accessible sur le port 5000.

Utilisation de l'API
--------------------

Fichier de configuration JSON
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Ce fichier contient les élements à remplacer dans le template et les
élements permettant le contrôle de la transformation.

Les élements de contrôle commencent par **. L'utilisation de ** est
reservé à moustache.

- \_\_output\_format: odt (défaut ou valeur non reconnu) ou pdf

TODO documenter les appels d'API (curl)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

Moustache.beta-0.0.1.post16685.tar.gz (12.2 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page