Get

Installation

  • From Binaries
  • Full Installation Guide

From Binaries

Our FTP server provides binaries for Windows and Linux.

  1. Binary releases can be found at

    ftp://ftp.informatik.uni-stuttgart.de/pub/se/systemtestportal/releases for stable releases

    or

    ftp://ftp.informatik.uni-stuttgart.de/pub/se/systemtestportal/nightly for nightly unstable releases

    If you just want the latest version you can also go directly to:

    Latest stable release

  2. Download the correct archive file

    • Stable releases: SystemTestPortal-<os>-<arch>_<version>.zip where <os> is your operating system (e.g. windows or linux) and <arch> is your architecture (If you don’t know your architecture you probably have amd64).
    • Experimental releases:SystemTestPortal-<os>-<arch>_<version>.zip where <os> is your operating system (e.g. windows or linux), <arch> is your architecture (If you don’t know your architecture you probably have amd64).
  3. Verify the signature of the STP binary:

    • Save following public key to a text file called stp-public.key

      ` —–BEGIN PGP PUBLIC KEY BLOCK—–

      mQINBFsjpuIBEADQzSrAecRpDcNmEbrI/oMKfJyWAloq/slDNduvvWRi3qDRXmF8 lEDRasSZsz1wdqZNDOAcYVHeFkD0berqatxPyGFVoDBICpNWGEFKuEOCdCtdI50J YlCe90Bn1WeY5A/1NK1ojhfDOIdPS/X9ArdccVkO9dZDI1XYtfRUR+rghNWELwBs 7ZIX3FW0yhZYoujesIJprD/dYshM5xcNiQ/O07rJYap0zJ0WIYgg3aFu6dQ4TLcb PMRFCS/VICyWuS5cbrZLgsAqkQVx0VKjjcHzsaG/YEoJHKLpwY3xmZxIsFljXblS 97vL9WYnzGdvuiU46B4Xgt3kPT7GGtebwfN0jY/gHMpZuGXDIMopfX0lK4GhWdx1 qYeTrhPf9Nvgw6z/g+iySlRCADY6zcaRgGI3tAwzmekuPib9AjEtSWSVtwOAdOBR rC5VqV1z+ewuKmMadhpvKaeO1FWrJgWcUcanmMTh40Fqw0N7YHvDIV5zdHkR0Ni2 /2E+Gs+qXgTVOtkq//DxjW6gYrVKZ5yU3OQsUPE0OqXIHPjkk6TXYn1/0/ANCKr1 jTvZ+bZif2hK69w95WE7tiSoLAWW4FG4zax61Yiymcm5JWPOSVjrvkr9ddw0VoUM AheeCdX/LdVcYVJTygn9J70CgVtSkxUtwGPiGH9v48+KIy695OATRPDQSQARAQAB tCdTeXN0ZW10ZXN0cG9ydGFsIChzeXN0ZW10ZXN0cG9ydGFsLm9yZymJAjgEEwEC ACIFAlsjpuICGwMGCwkIBwMCBhUIAgkKCwQWAgMBAh4BAheAAAoJEHB8SXxxKepc MuAP/1alcF7qThGtlvQTE22RW/4Oy8TJe+ud6LPnNeW/IEn0hcq7NGrCax9yYUMr zOYbdcvrLKcN+BCwp51JEQUyRsmjzCb3ZOXXYzea6fB0ELP3dGHbLL4u0EB7z+Pl NmKZc0hNzPo143CgceP/wdAd6EvyssiXhvixNyIdXruANBT2T7Kk+i+SWXQJLzhL QT9fw4MMj0ufVwJ9ehVkcRK7CDBAt3hL8xcM0nrOkbW8nLxNwk+LTkM01LG7Yzj6 Fn7CoFop/LH7dYNun5WRhE/eYKcgESab7+FgjZfF7P2oO15BdNeiy1zHpkLAF+z3 6k7RYnSBSRjflaiQfXId32FZ8RRJI22tevdg7Bwor5E2bLl//4p2zLm1UB4yZCN+ xowRSklbznJavFcNy/3XVLb+k/romCchL5r9LL3dD9lLEWZaYUVk8ebrbvSCoXZy KIFJp5NLUF4nubuw1MojvtFKvMTxjZ5mYyA71Ar+J9dlrGiLM6VmESbE/+SjPFDW 7oF0+quHbO2Q47ehhnCwCuzlGAjgw3xQYexe5xn32CdgKSs3OwPz/UFbUSTnJeq4 Rlt9moereVbXxbNmQEN8Zs9svg5hj0nyJi5rihv0hyxfCO9AnIu/uv1iEJV0qArr FHa6apBo+lQgHVgyCqxsGkDgBsLu74SsDACzuJGRoWtZGHXF =z6ve —–END PGP PUBLIC KEY BLOCK—– `

    • Import the public GPG key with: gpg --import stp-public.key

    • Verify the signature of the binary you just download:

      gpg --verify ./SystemTestPortal-<os>-<arch>_<version>.<zip|tar.gz>.sig ./SystemTestPortal-<os>-<arch>_<version>.<zip|tar>.gz

  4. Extract the downloaded archive file

  5. Run the stp(stp.exe on windows) executable in the extracted folder

  6. Open a web browser and visit http://localhost:8080 to access the application.

Via docker, using distribution packages and from source

See the installation section of our documentation.