Home Communication board WiKi Get Quote

ArsBuilder installation

  • Download the software.
  • Unpack the software in suitable dir.
  • Run the install.php from your web browser and follow the instruction.
  • Install the core/cron/index.php script on every minute execution (cron job).
  • Install the reply-to mail for the “Ask” message board.

Cron job installation

Please use the following code from the cron job installation. Please replace [path to arsbuilder] to the real path.

* * * * * cd [path to arsbuilder]; /usr/bin/php core/cron/index.php  > /dev/null 2>&1

If you are using some web interface for the cron job installation, please install the script on every minute execution, the script should be used without “*” in this case:

cd [path to arsbuilder]; /usr/bin/php core/cron/index.php

Installation of the reply-mail for the Ask communication board

For the correct work of the Ask message board, the chosen reply-to email should be set up the way when the incoming mails are processed by script. You have to add the special account to your mail server settings with the following script as a recipient:

# line from the /etc/aliases
community:"|/usr/bin/php [path to arsbuilder]/core/cron/incoming_mail.php"

In this example the “community” alias receive all of the communication board e-mails and forward it to the script.

 
Home About us Privacy statement Terms & Conditions Refund policy © 2007–2024 ArsCommunity