diff --git a/ct/apache-couchdb.sh b/ct/apache-couchdb.sh index 16262cfd..dab7dcf0 100644 --- a/ct/apache-couchdb.sh +++ b/ct/apache-couchdb.sh @@ -66,3 +66,5 @@ build_container description msg_ok "Completed Successfully!\n" +echo -e "${APP} should be reachable by going to the following URL. Use the credentials saved to ~/CouchDB.creds during setup. +${BL}http://${IP}:5984/_utils/${CL} \n" diff --git a/install/apache-couchdb-install.sh b/install/apache-couchdb-install.sh index a3210d8b..41cfde57 100644 --- a/install/apache-couchdb-install.sh +++ b/install/apache-couchdb-install.sh @@ -45,5 +45,3 @@ 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."