Download and Installation

Pipeline 2—Download and Installation

Menu

Prerequisites

Users of the desktop application (Windows and macOS) do not have to worry about prerequisites. The installer installs everything that is needed to run Pipeline.

Java

The standalone server (Linux) requires a Java runtime environment. The minimum required version of Java is 11. We recommend installing Java from Adopt Open JDK.

Download

Latest Official Version: 1.14.20 (App version 1.6.0)

Includes the standalone desktop application and the web server. Versions available for Windows (an installer EXE) and Mac OS (an installer PKG). The Linux packages (ZIP and DEB files) include only the web server. The ZIP package also includes the command line interface.

Latest command line tool: 2.1.8

Latest Web UI: 2.7.1

Installation

Windows and macOS

For Windows and macOS users we provide easy to use installers for installing the desktop application. Launch the installer and follow the instructions on the screen. The desktop application can also be used to run a server.

Debian

Users of Debian or Debian-based distributions such as Ubuntu can install DAISY Pipeline via the ZIP file, but it may be easier to use the Debian package manager.

  1. Open a shell window
  2. Change to the directory where you have downloaded the DEB file
  3. Execute the command—dpkg -i daisy-pipeline2_x.y.z.deb

The Debian package includes the desktop application, the server and the command line tool.

Red Hat

Users of Red Hat or other RPM-based distributions can install DAISY Pipeline via the ZIP file, but it is easier is to use the YUM package manager.

  1. Open a shell window
  2. Change to the directory where you have downloaded the RPM file
  3. Execute the command—yum install daisy-pipeline2_x.y.z.rpm

The RPM package includes the desktop application, the server and the command line tool.

Linux (ZIP)

The ZIP can be installed on all Linux distros. It includes the desktop application, the server and the command line tool. To install, simply extract the contents to any destination you want.

Docker

The Docker distribution is not available as a download on the website. It comes in the form of a Docker image that you can obtain via the Docker command line interface—docker pull daisyorg/pipeline

It is also possible to get a specific version—docker pull daisyorg/pipeline:<version>

You can find the available versions at https://hub.docker.com/r/daisyorg/pipeline/tags. To learn more about Docker see https://docs.docker.com.

Updater

The desktop application includes an update function that you can use for quickly updating your current installation to the latest version. The Check for updates button can be found on the  About DAISY Pipeline screen.