Linux (CLI-Installation)

Die parsX-CLI-Version für Linux richtet sich an Server-Systeme. Daher wird hier auch nur der Kommandozeilen-Konverter ohne grafische Oberfläche oder Benutzung des Oxygen-Frameworks unterstützt!

Seit parsX 4.0.2 werden auch die InDesign-Transformationen zum Im- und Export mit dem InDesign-Plugin mitgeliefert.

1. Installationspaket herunterladen:

wget https://download.parsx.de/packages-v4/linux-deb/parsx4-cli-x.x.x.x.deb

2. Paket-Infos anzeigen:

dpkg -I parsx4-cli-x.x.x.x.deb
user@server:~# dpkg -I parsx4-cli-4.1.0.0.deb 
 new debian package, version 2.0.
 size 54621136 bytes: control archive=14067 bytes.
      56 bytes,     1 lines      conffiles
     290 bytes,    10 lines      control
   40297 bytes,   403 lines      md5sums
    4037 bytes,   131 lines   *  postinst             #!/bin/bash
    2291 bytes,    95 lines   *  preinst              #!/bin/bash
 Package: parsx4-cli
 Version: 4.1.0.0
 Section: non-free
 Priority: low
 Architecture: all
 Suggests: java8-runtime-headless
 Installed-Size: 72785
 Maintainer: pagina GmbH <support@parsx.de>
 Description: parsX - XML first Publishing-Framework für Publikumsverlage
 Homepage: https://www.parsx.de

3. Paket installieren:

sudo dpkg -i parsx4-cli-x.x.x.x.deb
user@server:~# sudo dpkg -i parsx4-cli-4.1.0.0.deb
Selecting previously unselected package parsx4-cli.
(Reading database ... 65017 files and directories currently installed.)
Preparing to unpack parsx4-cli-4.1.0.0.deb ...


                          _  __    __ __
    ____  ____  _________| |/ /   / // /
   / __ \/ __ `/ ___/ ___/   /   / // /_
  / /_/ / /_/ / /  (__  )   |   /__  __/
 / .___/\__,_/_/  /____/_/|_|     /_/
/_/

########################################
#              parsx4-cli              #
#          I N S T A L L E R           #
########################################

Installing a fresh copy of 'parsx4-cli' to /opt/parsx4-cli/ ...

Unpacking parsx4-cli (4.1.0.0) ...
Setting up parsx4-cli (4.1.0.0) ...

Checking Java requirement (Java 8) for parsx4-cli

openjdk version "1.8.0_242"
OpenJDK Runtime Environment (build 1.8.0_242-8u242-b08-0ubuntu3~16.04-b08)
OpenJDK 64-Bit Server VM (build 25.242-b08, mixed mode)

[OK] Java is 1.8

[OK] 'parsx4-cli' is installed in /opt/parsx4-cli

[DONE] Created default 'globalConfig.xml' in /opt/parsx4-cli/config/global

[WARNING] Missing 'licence.xml' in /opt/parsx4-cli/config/global
   [HELP] Make sure to copy your company confidential 'licence.xml' file to the path above

[OK] Finished 'parsx4-cli' installation

parsX wird in das Verzeichnis /opt/parsx4-cli/ installiert.

4. Lizenzdatei kopieren:

Halten Sie Ihre parsX-Lizenzdatei licence.xml parat. Diese muss im Verzeichnis /opt/parsx4-cli/config/global abgelegt werden.

cp ~/parsx4-licence.xml /opt/parsx4-cli/config/global/licence.xml

5. Konverter-Test:

Der parsX-Konverter ist nun installiert. Sie können die Installation prüfen indem Sie folgenden Befehl ausführen:

java -jar /opt/parsx4-cli/lib/parsx-konverter.jar

Daraufhin sollte Ihnen die Schnittstellen-Doku angezeigt werden.