Skip to content

Instantly share code, notes, and snippets.

View allexiusw's full-sized avatar
:shipit:
Breaking things, moving fast & recovery quickly.

William Ventura allexiusw

:shipit:
Breaking things, moving fast & recovery quickly.
View GitHub Profile
@allexiusw
allexiusw / couchdb_install.sh
Last active November 15, 2019 16:08
couchdb installation
#!/bin/bash
sudo su
#add repo as root
echo "deb https://apache.bintray.com/couchdb-deb stretch main" | sudo tee -a /etc/apt/sources.list
#add key
curl -L https://couchdb.apache.org/repo/bintray-pubkey.asc | sudo apt-key add -