From 1fdf4fa7b8ed7175ee9b21a6b2b5fa698fd19bc3 Mon Sep 17 00:00:00 2001 From: marcus Date: Wed, 29 Oct 2008 13:47:05 +0000 Subject: Modification to install and upgrade text files to include details about the crontab git-svn-id: https://code.elgg.org/elgg/trunk@2347 36083f99-b078-4883-b0ff-0f9b5a30f544 --- UPGRADE.txt | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) (limited to 'UPGRADE.txt') diff --git a/UPGRADE.txt b/UPGRADE.txt index 6f938d4b2..1ea6f863e 100644 --- a/UPGRADE.txt +++ b/UPGRADE.txt @@ -9,4 +9,18 @@ ELGG UPGRADE INSTRUCTIONS maintain your modifications, although Elgg is not guaranteed to work correctly in this instance. -3. Visit http://your-elgg-site-URL/upgrade.php \ No newline at end of file +3. Visit http://your-elgg-site-URL/upgrade.php + +4. If you haven't already done so, install your crontab (UNIX ONLY) + + Cron is a UNIX command which allows programs to be run at set + times of the day. + + If you want to take advantage of some of the maintenance + functions such as log rotation or garbage collection, you must + install a cron tab to trigger these events. + + There is an example crontab called crontab.example, edit this + with the details of your site and install it with the command. + + crontab crontab.example \ No newline at end of file -- cgit v1.2.3