From 20c6779536e65f2beeb82a11296f3197b57857fb Mon Sep 17 00:00:00 2001 From: Radon Rosborough Date: Tue, 6 Oct 2020 18:47:03 -0700 Subject: [PATCH] WIP: Couchbase --- scripts/docker-install-phase4.bash | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/scripts/docker-install-phase4.bash b/scripts/docker-install-phase4.bash index 36c2e54..5191f36 100755 --- a/scripts/docker-install-phase4.bash +++ b/scripts/docker-install-phase4.bash @@ -79,6 +79,12 @@ wget -nv "https://github.com/snoe/clojure-lsp/releases/download/${ver}/clojure-l chmod +x clojure-lsp mv clojure-lsp /usr/local/bin/clojure-lsp +# Couchbase +wget -nv https://packages.couchbase.com/releases/6.6.0/couchbase-server-community_6.6.0-ubuntu18.04_amd64.deb +dpkg -i couchbase-server-community_*-*_amd64.deb +rm couchbase-server-community_*-*_amd64.deb +/opt/couchbase/bin/couchbase-server --stop + # D wget -nv "$(curl -sSL https://dlang.org/download.html | grep -Eo '"http://[^"]+amd64.deb"' | tr -d '"')" dpkg -i dmd_*.deb