linux 计划任务

来源:互联网 发布:歌曲剪切合并软件 编辑:程序博客网 时间:2024/05/16 10:16

redis编译php7作铺垫

1.wget -O php-7.1.12.tar.bz2 http://jp2.php.net/get/php-7.1.12.tar.bz2/from/this/mirror

2.cd php

3../configure


编辑php-redis

redis

1.git clone https://github.com/phpredis/phpredis.git

2.git checkout -b php7  origin/php7-ipv6

3.phpize

4../configure --with-php-config=/Applications/XAMPP/xamppfiles/bin/php-config-7.1.1

5.make

6.make install


sell脚本

#!/bin/bashdate "+%G-%m-%d %H:%M:S"cd /Applications/XAMPP/xamppfiles/htdocs/demo/php good.php

linux执行命令:crontab -e

*/1 * * * * /Applications/XAMPP/xamppfiles/htdocs/demo/good.sh