Skip to content

Instantly share code, notes, and snippets.

@VladimirCores
Created April 26, 2018 11:56
Show Gist options
  • Save VladimirCores/67ab1441d7ee9a71bbbb90f6cce91c9a to your computer and use it in GitHub Desktop.
Save VladimirCores/67ab1441d7ee9a71bbbb90f6cce91c9a to your computer and use it in GitHub Desktop.
echo "deb https://apache.bintray.com/couchdb-deb stretch main" \
| sudo tee -a /etc/apt/sources.list
&& curl -L https://couchdb.apache.org/repo/bintray-pubkey.asc \
| sudo apt-key add -
&& sudo apt-get update && sudo apt-get install couchdb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment