mirror of
https://github.com/nicoverbruggen/phpmon.git
synced 2025-12-22 11:30:07 +01:00
👌 Add brew tap homebrew/services instruction
This now recommends the appropriate solution for #208.
This commit is contained in:
@@ -514,7 +514,7 @@ If you are seeing this message but are confused why this folder has gone missing
|
|||||||
/// Cannot retrieve services
|
/// Cannot retrieve services
|
||||||
"startup.errors.services_json_error.title" = "Cannot determine services status";
|
"startup.errors.services_json_error.title" = "Cannot determine services status";
|
||||||
"startup.errors.services_json_error.subtitle" = "PHP Monitor usually queries `brew` using the following command to test if the services can be retrieved: `sudo brew services info nginx --json`.\n\nPHP Monitor could not interpret this response.";
|
"startup.errors.services_json_error.subtitle" = "PHP Monitor usually queries `brew` using the following command to test if the services can be retrieved: `sudo brew services info nginx --json`.\n\nPHP Monitor could not interpret this response.";
|
||||||
"startup.errors.services_json_error.desc" = "This can happen if your Homebrew installation is out of date, in which case Homebrew won't return JSON yet. You can usually fix this by running `brew update`. You can also try running `sudo brew services info nginx --json` in your terminal of choice.";
|
"startup.errors.services_json_error.desc" = "This can happen if your Homebrew installation is out of date, in which case Homebrew won't return JSON yet. You can usually fix this by running `brew update` or `brew tap homebrew/services`. You can also try running `sudo brew services info nginx --json` in your terminal of choice.";
|
||||||
|
|
||||||
/// Issue with `which` alias
|
/// Issue with `which` alias
|
||||||
"startup.errors.which_alias_issue.title" = "A configuration issue was detected";
|
"startup.errors.which_alias_issue.title" = "A configuration issue was detected";
|
||||||
|
|||||||
Reference in New Issue
Block a user