Welcome to speedata Publisher 5.5.0 for Linux

How to install the speedata Publisher (ZIP file)
================================================

See also the online-instructions at https://doc.speedata.de/publisher/en/description-en/installation.html (EN) or https://doc.speedata.de/publisher/de/installation/ (DE)

The ZIP file is organized as follows:

speedata-publisher/
├── bin
├── share
└── sw


you can run the publisher without further installation just by calling the
program named 'sp' in the `bin' directory from the command line.

The shell's current directory should be the directory with the data and layout
file.

To avoid giving the path to the sp binary every time the publisher is called,
you should add the location of the binary to the PATH environment variable.



Optional: add bin directory to the PATH environment variable
=============================================================

Non-permanent
-------------


Run this on the command line:

     cd speedata-publisher/bin
     export PATH=$PATH:$PWD


Permanent
---------

Edit the startup file for your system. This depends heavily on your
shell/distribution. Usually it is something like .bashrc or .bash_profile in
your home directory or /etc/profile for a system wide installation. Add a line
like this:

    export PATH=$PATH:/path/to/your/installation




Documentation
=============

The documentation is located at https://doc.speedata.de/
and also available with `sp doc` on the command line.


