Skip to content
This repository has been archived by the owner on Mar 29, 2023. It is now read-only.

Commit

Permalink
Merge pull request #56 from gruntwork-io/fix-broken-links
Browse files Browse the repository at this point in the history
fix-broken-links[HSTN-900]
  • Loading branch information
hngerebara authored Jan 21, 2020
2 parents 0bd3c07 + 0511bb7 commit 9efedb4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions modules/install-couchbase-server/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,5 +105,4 @@ Disable transparent huge pages on your OS. See [Disabling Transparent Huge Pages

We needed an easy way to install these scripts that satisfied a number of requirements, including working on a variety
of operating systems and supported versioning. Our current solution is to use `git`, but this may change in the future.
See [Package Managers](https://github.com/gruntwork-io/terraform-aws-couchbase/tree/master/_docs/package-managers.md)
for a full discussion of the requirements, trade-offs, and why we picked `git`.
See [Package Managers](https://github.com/hashicorp/terraform-aws-consul/blob/master/_docs/package-managers.md)
2 changes: 1 addition & 1 deletion modules/install-sync-gateway/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,5 +94,5 @@ Install the following:

We needed an easy way to install these scripts that satisfied a number of requirements, including working on a variety
of operating systems and supported versioning. Our current solution is to use `git`, but this may change in the future.
See [Package Managers](https://github.com/gruntwork-io/terraform-aws-couchbase/tree/master/_docs/package-managers.md)
See [Package Managers](https://github.com/hashicorp/terraform-aws-consul/blob/master/_docs/package-managers.md)
for a full discussion of the requirements, trade-offs, and why we picked `git`.
2 changes: 1 addition & 1 deletion modules/run-couchbase-server/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ Resources](https://developer.couchbase.com/documentation/server/current/install/

Some tips and tricks for debugging issues with your Couchbase cluster:

* Use [https://github.com/couchbaselabs/sdk-doctor](sdk-doctor) to diagnose connection issues.
* Use [sdk-doctor](https://github.com/couchbaselabs/sdk-doctor) to diagnose connection issues.
* When using Couchbase SDK tools, set `LCB_LOGLEVEL=5` to get more logging output from Couchbase clients.
* Log file locations: https://developer.couchbase.com/documentation/server/3.x/admin/Misc/Trbl-logs.html.
* Use `systemctl status couchbase-server` to see if systemd thinks the Couchbase process is running.

0 comments on commit 9efedb4

Please sign in to comment.