Docker
To install for docker ensure you have Docker compose then run:
curl -L https://raw.githubusercontent.com/citusdata/docker/master/docker-compose.yml > docker-compose.yml
docker-compose -p citus up -d
Next steps
Ubuntu or Debian
To install with Ubuntu or Debian install the pgdg repository and the Citus extension:
curl https://install.citusdata.com/community/deb.sh | sudo bash
sudo apt-get -y install postgresql-9.6-citus-6.1
Next steps for configuring
Fedora, CentOS, or Red Hat
To install with Fedora, CentOS, or Red Hat install the pgdg repository and the Citus extension on all:
curl https://install.citusdata.com/community/rpm.sh | sudo bash
sudo yum install -y citus61_96
Next steps for configuring