Reputation: 7708
I am new to Couchbase so I was following this tutorial regarding CEAN Fullstack (Couchbase, Express, Angular and Nodejs).
I downloaded the couchbase server for linux mint (deb 7) as the per the tutorial instructed, I also successfully installed and ran the couchbase as a service.
But this part got me confused, the 2nd paragraph under Installing Couchbase Server it says
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.
The tutorial does not define how to start/launch the server. I feel stupid for asking this but how do you launch the "PHP-myAdmin-like" couchbase server with the GUI and admin panels and everything?
Upvotes: 1
Views: 181
Reputation: 290455
From the Quick Installation and Setup:
Set up Couchbase Server Set up Couchbase Server when you start the Couchbase Web Console for the first time.
(...)
Open a browser and navigate to http://hostname:8091/.
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.
Upvotes: 3