Index: branches/5.0.x/core/install/step_templates/post_config.tpl =================================================================== diff -u -r12417 -r12435 --- branches/5.0.x/core/install/step_templates/post_config.tpl (.../post_config.tpl) (revision 12417) +++ branches/5.0.x/core/install/step_templates/post_config.tpl (.../post_config.tpl) (revision 12435) @@ -80,26 +80,6 @@ - - - - - - - -
- Additional Recommendations -
-

1. Use Cron (UNIX/BSD/Linux) or Task Scheduler (Windows) to run Regular Events in your In-Portal.
- It's highly recommended to setup your cron to run every minute so all system events that are enabled will run in the background based on their schedule. These events can be managed in Admin Console via Configuration -> Website -> Agents section. -

In-Portal cron file is located in /tools/cron.php folder and can be setup using hosting Control Panel or manually. In Plesk or CPanel interfaces use dialog to add a new cron job and specify the following (use correct paths)
-    /absolute/path/to/bin/php -f /absolute/path/to/in-portal/tools/cron.php

- -

2. Review and adjust Agents
- As was explained in the previous recommendation there is a Configuration -> Website -> Agents section where you can control Events triggered by the system. These events do their job to cleanup the data, old image files, check the data integrity, RSS feeds and other processes required for your In-Portal to run efficiently. We do recommend to review and enable/disable these events based on your website needs.

-

3. Update Mail Server settings
- It's recommended to review and adjust your mail server settings once your In-Portal is up and running. This can be done in Admin Console under Configuration -> Website -> Advanced section.

-