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: docs/getting_started/install_ibexa_dxp.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -396,6 +396,11 @@ You should see the welcome page.
396
396
397
397
See the [Security checklist](security_checklist.md) for a list of security-related issues you should take care of before going live with a project.
398
398
399
+
### Configure recent activity log
400
+
401
+
Actions in a repository are logged in its database,
402
+
you may want to [limit this log length by enabling its automatic truncation](recent_activity.md#configuration-and-cronjob).
403
+
399
404
### Enable Date-based Publisher
400
405
401
406
To enable delayed publishing of Content using the Date-based Publisher, you must set up cron to run the `bin/console ibexa:scheduled:run` command periodically.
@@ -417,11 +422,6 @@ Finally, remove the temporary file:
417
422
418
423
`rm ezp_cron.txt`
419
424
420
-
### Configure recent activity log
421
-
422
-
Actions in a repository are logged in its database,
423
-
you may want to [limit this log length by setting its automatic truncation](recent_activity.md#configuration-and-cronjob).
424
-
425
425
### Enable the Link manager
426
426
427
427
To make use of the [Link Manager](url_management.md#enabling-automatic-url-validation).
0 commit comments