From 05fe34fec29c62edb107746fdccf069d45cc2e00 Mon Sep 17 00:00:00 2001 From: "J. King" Date: Sun, 28 Jul 2019 07:46:00 -0400 Subject: [PATCH] Sdd note about cron --- docs/en/020_Getting_Started/020_Download_and_Installation.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/en/020_Getting_Started/020_Download_and_Installation.md b/docs/en/020_Getting_Started/020_Download_and_Installation.md index d591ed3..e5362b3 100644 --- a/docs/en/020_Getting_Started/020_Download_and_Installation.md +++ b/docs/en/020_Getting_Started/020_Download_and_Installation.md @@ -45,8 +45,10 @@ sudo systemctl enable --now arsse.service If using a database other than SQLite, you will likely want to [set it up](Database_Setup) before setting up the service. +It's also possible to instead use a cron job to schedule newsfeed checks, but using the systemd service when possible is recommended. + # Next Steps In order for the various synchronization protocols to work, a Web server [must be configured](Web_Server_Configuration), and in order for The Arsse to serve users, those users [must be created](Managing_Users). The following manual pages provide details on how to get this set up. -You may also want to review the `config.default.php` file included in the download package and create [a configuration file](/en/Configuring_The_Arsse), though The Arsse can function even without using a configuration file. +You may also want to review the `config.defaults.php` file included in the download package and create [a configuration file](/en/Configuring_The_Arsse), though The Arsse can function even without using a configuration file.