You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: DOCUMENTATION/content/documentation/index.md
+38-8Lines changed: 38 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -398,29 +398,29 @@ Always download the latest version of [Loaders for ionCube ](http://www.ioncube.
398
398
<aname="Install-SonarQube"></a>
399
399
400
400
## Install SonarQube (automatic code review tool)
401
-
SonarQube® is an automatic code review tool to detect bugs, vulnerabilities and code smells in your code. It can integrate with your existing workflow to enable continuous code inspection across your project branches and pull requests.
401
+
SonarQube® is an automatic code review tool to detect bugs, vulnerabilities and code smells in your code. It can integrate with your existing workflow to enable continuous code inspection across your project branches and pull requests.
402
402
<br>
403
-
1 - Open the `.env` file
403
+
1 - Open the `.env` file
404
404
<br>
405
-
2 - Search for the `SONARQUBE_HOSTNAME=sonar.example.com` argument
405
+
2 - Search for the `SONARQUBE_HOSTNAME=sonar.example.com` argument
@@ -1267,6 +1267,36 @@ docker-compose up -d grafana
1267
1267
1268
1268
1269
1269
1270
+
<br>
1271
+
<a name="Use-Graylog"></a>
1272
+
## Use Graylog
1273
+
1274
+
1 - Boot the container `docker-compose up -d graylog`
1275
+
1276
+
2 - Open your Laravel's `.env` file and set the `GRAYLOG_PASSWORD` to some passsword, and `GRAYLOG_SHA256_PASSWORD` to the sha256 representation of your password (`GRAYLOG_SHA256_PASSWORD` is what matters, `GRAYLOG_PASSWORD` is just a reminder of your password).
1277
+
1278
+
> Your password must be at least 16 characters long
1279
+
> You can generate sha256 of some password with the following command `echo -n somesupersecretpassword | sha256sum`
# Create an account on blackfire.io. Don't enable blackfire and xDebug at the same time. # visit https://blackfire.io/docs/24-days/06-installation#install-probe-debian for more info.
0 commit comments