Installation through apt on Debian/Ubuntu is the urrently the most simple way to get started.
Install the Tideways packages:
echo 'deb https://packages.tideways.com/apt-packages debian main' | sudo tee /etc/apt/sources.list.d/tideways.list
wget -qO - https://packages.tideways.com/key.gpg | sudo apt-key add -
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.
Don't forget to restart the webserver (apache2 with mod php) or php-fpm service to make the extension is loaded.
YUM/DNF
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 https://s3-eu-west-1.amazonaws.com/tideways/packages/EEB5E8F4.gpg
yum makecache --disablerepo=* --enablerepo=tideways
yum install tideways-php tideways-cli tideways-daemon
Don't forget to restart the webserver (apache2 with mod php) or php-fpm service to make the extension is loaded.
We provide tarballs with the PHP extension, daemon, CLI and proxy binaries for a wider variety of systems.
PHP Extension
- tideways-php-5.3.12-x86_64.tar.gz (Linux Intel/AMD 64bit)
- tideways-php-5.3.12-aarch64.tar.gz (Linux ARM 64bit)
- tideways-php-5.3.12-alpine.tar.gz (Alpine Linux)
- tideways-php-5.3.12-freebsd-x64.tar.gz (FreeBSD)
Daemon
- tideways-daemon_linux_amd64-1.6.32.tar.gz (Linux Intel/AMD 64bit)
- tideways-daemon_linux_aarch64-1.6.32.tar.gz (Linux ARM 64bit)
- tideways-daemon_freebsd_amd64-1.6.32.tar.gz (FreeBSD)
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_0.4.2_linux_amd64.tar.gz (Linux Intel/AMD 64bit)
- tideways-cli_0.4.2_linux_i386.tar.gz (Linux Intel/AMD 32bit)
Proxy
- tideways-proxy_linux_amd64-0.1.40.tar.gz (Linux Intel/AMD 64bit)
- tideways-proxy_linux_i406-0.1.40.tar.gz (Linux Intel/AMD 64bit)