Skip to content

Instantly share code, notes, and snippets.

@tqyq
Created June 8, 2017 06:02
Show Gist options
  • Save tqyq/06448c5200b242375246b12fa2602063 to your computer and use it in GitHub Desktop.
Save tqyq/06448c5200b242375246b12fa2602063 to your computer and use it in GitHub Desktop.
mac install citus
curl -L https://raw.githubusercontent.com/citusdata/docker/master/docker-compose.yml > docker-compose.yml
docker-compose -p citus up -d
#test
docker exec -it citus_master psql -U postgres
#shutdown
docker-compose -p citus down
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment