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.
Zum Aufruf auf der Kommandozeile siehe Kapitel Kommandozeilen-Schnittstelle (ID-XSLT-Transformationen)
Zur Anwendung siehe die Dokumenation zum InDesign-Plugin für Import und Export
wget https://download.parsx.de/packages-v4/linux-deb/parsx4-cli-x.x.x.x.deb
dpkg -I parsx4-cli-x.x.x.x.deb
user@server:~# dpkg -I parsx4-cli-4.0.0.0.deb
new debian package, version 2.0.
size 46792824 bytes: control archive=10232 bytes.
56 bytes, 1 lines conffiles
290 bytes, 10 lines control
26268 bytes, 266 lines md5sums
3695 bytes, 120 lines * postinst #!/bin/bash
1955 bytes, 84 lines * preinst #!/bin/bash
Package: parsx4-cli
Version: 4.0.0.0
Section: non-free
Priority: low
Architecture: all
Suggests: java8-runtime-headless
Installed-Size: 61188
Maintainer: pagina GmbH <support@parsx.de>
Description: parsX - XML first Publishing-Framework für Publikumsverlage
Homepage: https://www.parsx.desudo dpkg -i parsx4-cli-x.x.x.x.deb
user@server:~# dpkg -i parsx4-cli-4.0.0.0.deb
Selecting previously unselected package parsx4-cli.
(Reading database ... 62902 files and directories currently installed.)
Preparing to unpack parsx4-cli-4.0.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.0.0.0) ...
Setting up parsx4-cli (4.0.0.0) ...
_ __ __ __
____ ____ _________| |/ / / // /
/ __ \/ __ `/ ___/ ___/ / / // /_
/ /_/ / /_/ / / (__ ) | /__ __/
/ .___/\__,_/_/ /____/_/|_| /_/
/_/
Checking Java requirement (Java 8) for parsx4-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] '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' installationparsX wird in das Verzeichnis /opt/parsx4-cli/ installiert.
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
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.