全球主机交流论坛

标题: 这个什么意思? [打印本页]

作者: kok    时间: 2010-4-21 23:28
标题: 这个什么意思?
6 -
Setup your crontab - replace the path with the actual full path to the files on your server

Runs the queue processing every 5 minutes
*/5 0 * * * php -q -f /home/USERNAME/public_html/include/cron/queue.php > /dev/null 2>&1

Runs the Transfer update process at midnight every night:
0 0 * * * php -q -f /home/USERNAME/public_html/include/cron/transfers.php > /dev/null 2>&1

Runs the invoice processsing queue at Half past midnight every night:
30 0 * * * php -q -f /home/USERNAME/public_html/include/cron/invoice.php > /dev/null 2>&1
7 -
Upload your own logo, and change the header and footer pages located in the include directory. If you like you can change the css file located in the css folder to change the color scheme of the table outlines, text, and more.
8 -
At this point the Sample Site should be ready. Browse to http://YourURL/install/install.php and begin the isntallation process. If at any point this fails, please go through the isntallation instructions again. The only chance it has at failing is if one of the above steps is not done properly.
9 -
When you are ready to go live please go into your enom account, and submit a support center ticket and Include your user name, and the IP address of the computer that is sending the requests. This is typically your servers Main IP address, but you may want to contact your hosting provider to find out for sure.



没看懂... 特别是加黑那里没懂什么意思..
作者: cosence    时间: 2010-4-21 23:30
提示: 作者被禁止或删除 内容自动屏蔽
作者: 老刘    时间: 2010-4-21 23:42
定时运行指定的php文件,后台运行。

英文写的很清楚呀。。。
every 5 minutes
at midnight every night
作者: opo    时间: 2010-4-21 23:42
cron是个好东西啊
它可以定时执行你的口令

*/5 0 * * *  就是执行时间
php -q -f /home/USERNAME/public_html/include/cron/queue.php > /dev/null 2>&1  就是口令
作者: lemss    时间: 2010-4-22 00:28
就是个计划任务
作者: zyypp    时间: 2010-4-22 00:33
加黑的 是命令 是让添加进cron中的
作者: ryancc    时间: 2010-4-22 00:34
计划任务
作者: godvps    时间: 2010-4-22 07:58
嗯。计划
作者: dream26    时间: 2010-4-22 08:07
嗯 cron




欢迎光临 全球主机交流论坛 (https://fd.vvwvv.eu.org/) Powered by Discuz! X3.4