macOS

Jetstream will install launchd agents com.cumul8.jetstream-server and com.cumul8.jetstream-relay for each service, and each with respective configuration files /usr/local/jetstream/etc/jetstream-server.rsp and /usr/local/jetstream/etc/jetstream-relay.rsp. Neither service is loaded by default.

If you choose to install the optional Python package, refer to requirements if you don’t have pip installed on your system.

You will need to use an account with administrative rights in order to install Jetstream. Execute all the Terminal commands as root or using sudo.

Install

To install Jetstream, double click on the cumul8-jetstream-<version>.pkg file.

To install the optional Python package, execute the following from Terminal:

pip install /usr/local/jetstream/share/jetstream-python

Update

To update Jetstream, double click on the cumul8-jetstream-<version>.pkg file.

To update the optional Python package, execute the following from Terminal:

pip install -U /usr/local/jetstream/share/jetstream-python

Uninstall

To uninstall Jetstream, execute the following from Terminal:

launchctl bootout system /usr/local/jetstream/etc/com.cumul8.jetstream-server.plist
launchctl bootout system /usr/local/jetstream/etc/com.cumul8.jetstream-relay.plist
rm -rf /usr/local/jetstream
rm -rf /var/lib/jetstream

To uninstall the optional Python package, execute the following in Terminal:

pip uninstall jetstream

Next Steps

  1. Configure your Jetstream Server license and installation
  2. Start the Jetstream service

Once you have Jetstream Server running, you can try doing a test transfer using one of the available tools as outlined in Interacting with Jetstream.