Metadata-Version: 1.2
Name: Moustache.beta
Version: 0.0.1.post16394
Summary: Module Moustache pour fusion ODT
Home-page: https://gitlab.libriciel.fr/libriciel/hackathon-2018-01/moustache
Author: Libriciel SCOP
Author-email: hackathon@libriciel.coop
License: CeCILL v2
Description-Content-Type: UNKNOWN
Description: Moustache
        =========
        
        Moustache est un module de fusion documentaire ODT.
        
        Installation
        ------------
        
        Docker
        ~~~~~~
        
        ``docker run -p 5000:5000 gitlab.libriciel.fr:4567/libriciel/hackathon-2018-01/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.
        
Platform: UNKNOWN
Requires-Python: >=3
