-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
How is cbgb configured? #5
Comments
I think I may know one answer: use the same REST api call as you would with Couchbase Server? The output states that there is web ui available, but when I try to go to http://HOST:8091, I get:
|
Same as #4. Since hosted download isn't working, point it to static folder in git repo. Should be command line arg to configure the path. |
Ok thanks, that gives me enough to go on in order to dig into this |
Yep, what @mschoch said. For example, I used... $ pwd |
Can buckets be added via rest api? Does couchbase-cli work? |
I think this chunk of code shows how to create a bucket with the REST api: Lines 165 to 181 in 53841e4
|
How do I create a bucket?
The text was updated successfully, but these errors were encountered: