Downloads
Debian/Ubuntu
Installation through apt-get on Debian/Ubuntu is the simplest way to get started.
Install the Tideways packages:
echo 'deb [signed-by=/usr/share/keyrings/tideways.gpg] https://packages.tideways.com/apt-packages-main any-version main' | sudo tee /etc/apt/sources.list.d/tideways.list
wget -qO - 'https://packages.tideways.com/key.gpg' | gpg --dearmor | sudo tee /usr/share/keyrings/tideways.gpg > /dev/null
sudo apt-get update
sudo apt-get install tideways-daemon tideways-php tideways-cli
The post-install hook for the tideways-php
package detects your PHP installation and installs the correct version
of the Tideways.
Remember to restart the webserver (apache2 with mod php) or php-fpm service to make sure the extension is loaded.
RedHat/Fedora/CentOS
Preferred installation is through Yum or DNF.
echo "[tideways]
name = Tideways
baseurl = https://packages.tideways.com/yum-packages-main" > /etc/yum.repos.d/tideways.repo
rpm --import https://packages.tideways.com/key.gpg
yum makecache --disablerepo=* --enablerepo=tideways
yum install tideways-php tideways-cli tideways-daemon
Remember to restart the webserver (apache2 with mod php) or php-fpm service to make sure the extension is loaded.
Other Systems/Architectures
We provide tarballs with the PHP extension, daemon, CLI, and proxy binaries for a wider variety of systems.
PHP Extension
- tideways-php-5.16.2-x86_64.tar.gz (Linux Intel/AMD 64bit)
- tideways-php-5.16.2-alpine-x86_64.tar.gz (Alpine Linux AMD 64bit)
- tideways-php-5.16.2-arm64.tar.gz (Linux ARM 64bit)
- tideways-php-5.16.2-alpine-arm64.tar.gz (Alpine Linux ARM 64bit)
- tideways-php-5.16.2-macos-x86.tar.gz (macOS Intel/AMD 64bit)
- tideways-php-5.16.2-macos-arm.tar.gz (macOS ARM 64bit)
Daemon
- tideways-daemon_linux_amd64-1.9.28.tar.gz (Linux Intel/AMD 64bit)
- tideways-daemon_linux_aarch64-1.9.28.tar.gz (Linux ARM 64bit)
- tideways-daemon_freebsd_amd64-1.9.28.tar.gz (FreeBSD)
- tideways-daemon_macos_arm64-1.9.28.tar.gz (macOS ARM 64bit)
There is currently no Alpine based build for the tideways-daemon, but using slim Debian images, you can get a small image as described in our documentation.
Commandline Interface
- tideways-cli_linux_amd64-1.2.2.tar.gz (Linux Intel/AMD 64bit)
- tideways-cli_linux_arm64-1.2.2.tar.gz (Linux ARM 64bit)
- tideways-cli_macos_arm64-1.2.2.tar.gz (macOS ARM 64bit)
- tideways-cli_macos_amd64-1.2.2.tar.gz (macOS Intel/AMD 64bit)
Proxy
- tideways-proxy_linux_amd64-0.5.0.tar.gz (Linux Intel/AMD 64bit)
- tideways-proxy_linux_arm64-0.5.0.tar.gz (Linux ARM 64bit)