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 3.4.22 werden auch die InDesign-Transformationen zum Im- und Export mit dem InDesign-Plugin mitgeliefert.

1. Installationspaket herunterladen:

wget https://download.parsx.de/packages-v3/linux-deb/parsx3-cli-x.x.x.x.deb

2. Paket-Infos anzeigen:

dpkg -I parsx3-cli-x.x.x.x.deb
user@server:~# dpkg -I parsx3-cli-3.4.7.0.deb
 new debian package, version 2.0.
 size 56532108 bytes: control archive=12624 bytes.
      97 bytes,     2 lines      conffiles
     291 bytes,    10 lines      control
   37791 bytes,   391 lines      md5sums
    3694 bytes,   120 lines   *  postinst             #!/bin/bash
    1954 bytes,    84 lines   *  preinst              #!/bin/bash
 Package: parsx3-cli
 Version: 3.4.20.0
 Section: non-free
 Priority: low
 Architecture: all
 Suggests: java8-runtime-headless
 Installed-Size: 83968
 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 parsx3-cli-x.x.x.x.deb
user@server:~# dpkg -i parsx3-cli-3.4.7.0.deb
Selecting previously unselected package parsx3-cli.
(Reading database ... 62063 files and directories currently installed.)
Preparing to unpack parsx3-cli-3.4.20.0.deb ...


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

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

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

Unpacking parsx3-cli (3.4.20.0) ...
Setting up parsx3-cli (3.4.20.0) ...


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

Checking Java requirement (Java 8) for parsx3-cli

openjdk version "1.8.0_222"
OpenJDK Runtime Environment (build 1.8.0_222-8u222-b10-1ubuntu1~16.04.1-b10)
OpenJDK 64-Bit Server VM (build 25.222-b10, mixed mode)

[OK] Java is 1.8

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

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

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

[OK] Finished 'parsx3-cli' installation

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

4. Lizenzdatei kopieren:

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

cp ~/parsx3-licence.xml /opt/parsx3-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/parsx3-cli/lib/parsx-konverter.jar

Daraufhin sollte Ihnen die Schnittstellen-Doku angezeigt werden.