如何在 Linux 上 "Launch Couchbase Server"?

How to "Launch Couchbase Server" on Linux?

我是 Couchbase 的新手,所以我一直在关注这个 tutorial 关于 CEAN Fullstack(Couchbase、Express、Angular 和 Nodejs)的问题。

我按照教程的指示为 linux mint (deb 7) 下载了 couchbase 服务器,我也成功安装了 运行 couchbase 作为服务。

但这部分让我感到困惑,安装 Couchbase 服务器 下的第 2 段说

Install the file that you downloaded and launch Couchbase Server. Upon first launch it should take you through a configuration wizard. The wizard takes about two minutes to complete.

本教程未定义如何 start/launch 服务器。我觉得问这个问题很愚蠢,但是您如何启动带有 GUI 和管理面板以及所有内容的 "PHP-myAdmin-like" couchbase 服务器?

来自Quick Installation and Setup

Set up Couchbase Server Set up Couchbase Server when you start the Couchbase Web Console for the first time.

(...)

  1. Open a browser and navigate to http://hostname:8091/.

  2. In the URL, hostname represents the name or IP address of the computer that hosts Couchbase Server. If Couchbase Server is running locally, enter localhost for the host name.

etc.