Download and Installation

Pipeline 2—Download and Installation

Menu

Prerequisites

Java

The application can be run on most common operating systems but it must run in a Java runtime environment. Windows and Mac users do not have to worry about Java because it is included in the DAISY Pipeline installation. Linux users must, however, make sure that Java is present. The minimum required version is Java is 11 We recommend installing Java from Adopt Open JDK.

JavaFX

The desktop application requires JavaFX. If you are on Windows or Mac, a version of Java that includes JavaFX, namely Oracle’s Java SE implementation, is automatically installed for you. If you are on another platform and can not use Oracle’s Java, have a look at the following alternatives for acquiring JavaFX:

Download

Latest Official Version: 1.14.16

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

Latest Web UI: 2.7.1

Installation

Windows

For Windows users the Windows installer automatically installs the desktop application, the server and the command line tool. Simply launch the installer and follow the instructions on the screen.

Mac OS

For Mac OS users the disk image contains the desktop application. To install, open the image and drag the application file to your Applications folder.

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-assembly

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

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

Updater

Some packages also include an updater tool that you can use for quickly updating your current installation to the latest version. The updater can be invoked either via the desktop application or via the command line. The desktop application has a menu item Check Updates under Help. On the command line it is different for each platform.