Skip to content

Commit

Permalink
typos
Browse files Browse the repository at this point in the history
  • Loading branch information
rodber committed Nov 27, 2023
1 parent 62c8b85 commit d82a4a5
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 7 deletions.
6 changes: 3 additions & 3 deletions application/reference/encryption.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ The following settings are encrypted in the database:
| [Akismet API key](https://v4-admin.chevereto.com/settings/external-services.html#akismet-api-key) | akismet_api_key |
| [ModerateContent API Key](https://v4-admin.chevereto.com/settings/external-services.html#moderatecontent-api-key) | moderatecontent_key |
| [Project Arachnid API Key](https://v4-admin.chevereto.com/settings/external-services.html#project-arachnid-api-key) | arachnid_key |
| [XR Debug Host](https://v4-admin.chevereto.com/settings/system.html#xr-debug-host) | xr_host |
| [XR Debug Port](https://v4-admin.chevereto.com/settings/system.html#xr-debug-port) | xr_port |
| XR Debug Key | xr_key |
| [xrDebug Host](https://v4-admin.chevereto.com/settings/system.html#xr-debug-host) | xr_host |
| [xrDebug Port](https://v4-admin.chevereto.com/settings/system.html#xr-debug-port) | xr_port |
| xrDebug Key | xr_key |

### Storage credentials

Expand Down
14 changes: 12 additions & 2 deletions developer/how-to/debug.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

Debug enables to dump information about errors that may be affecting the software functionality. If Chevereto isn't working properly it will require debugging to understand the situation.

## Debug with xrDebug

* Run xrDebug built-in server:

```sh
cd app && vendor/bin/xr
```

* Enable xrDebug from your [Chevereto settings](https://v4-admin.chevereto.com/settings/system.html#enable-xr).

## Debug with Docker

👉 Replace `CONTAINER` with the container name.
Expand Down Expand Up @@ -83,8 +93,8 @@ This vary depending the server provider and how PHP runs in the server. In doubt
* Logs by default at `php://stderr`
* Docker
* Logs to `/dev/stderr`
* XR Debug
* Streams the debug messages to the XR Debug session
* xrDebug
* Streams the debug messages to the xrDebug session
* Apache
* Logs by default at `/var/log/apache2/error.log`
* Virtual host directive defines custom error log location
Expand Down
4 changes: 2 additions & 2 deletions introduction/changelog/4.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,11 +88,11 @@ Authentication using TOTP enables users to strength their accounts by adding a s

Enables safer account security for Chevereto.

## XR Debug
## xrDebug

🐞 The friendly debug tool.

The debug process doesn't need to be for hackers neither a pain requiring to install server libraries for it. With [XR Debug](https://xr-docs.chevere.org/) you can easy debug on the web browser. Enjoy a beautiful modern debugger with a focus in minimalism and message export tools.
The debug process doesn't need to be for hackers neither a pain requiring to install server libraries for it. With [xrDebug](https://docs.xrdebug.com/) you can easy debug on the web browser. Enjoy a beautiful modern debugger with a focus in minimalism and message export tools.

Comes built-in with a debug application made by us, for us.

Expand Down

0 comments on commit d82a4a5

Please sign in to comment.