From d9211b983442cb46a0e91e8d09ddc9f18fd51ced Mon Sep 17 00:00:00 2001 From: Jan Date: Sun, 11 Feb 2024 22:28:11 +0100 Subject: [PATCH] add instruction how to login --- install/apache-couchdb-install.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/install/apache-couchdb-install.sh b/install/apache-couchdb-install.sh index 1fcdb489..a3210d8b 100644 --- a/install/apache-couchdb-install.sh +++ b/install/apache-couchdb-install.sh @@ -36,7 +36,7 @@ $STD apt-get update $STD apt-get install -y couchdb echo -e "CouchDB Erlang Cookie: \e[32m$ERLANG_COOKIE\e[0m" >>~/CouchDB.creds echo -e "CouchDB Admin Password: \e[32m$ADMIN_PASS\e[0m" >>~/CouchDB.creds -msg_ok "Installed Apache CouchDB. Credentials saved to ~/CouchDB.creds" +msg_ok "Installed Apache CouchDB." motd_ssh customize @@ -45,3 +45,5 @@ msg_info "Cleaning up" $STD apt-get autoremove $STD apt-get autoclean msg_ok "Cleaned" + +msg_ok "Login to the WebUI via http://:5984/_utils/ with the credentials saved to ~/CouchDB.creds during setup."