CentOS¶
JetStream will install systemd service units (CentOS 7) for jetstream-server
and jetstream-relay
services, with /etc/jetstream-server.rsp
and /etc/jetstream-relay.rsp
configuration files respectively. Both services are disabled by default.
If you choose to install the optional Python package, refer to requirements if you don’t have pip installed on your system.
Please execute any of the following commands as root
or administrative user using sudo
.
Install¶
To install JetStream:
rpm -i go-jetstream-<version>.x86_64.rpm
To install the optional Python package:
pip install /usr/local/share/jetstream/jetstream-python
Update¶
To update JetStream:
rpm -U go-jetstream-<version>.x86_64.rpm
To update the optional Python package:
pip install -U /usr/local/share/jetstream/jetstream-python
Uninstall¶
To uninstall JetStream:
rpm -e go-jetstream
To uninstall the optional Python package:
pip uninstall jetstream
Next Steps¶
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.