Fork me on Baidu
摘要: centos7 yum 安装php7.1 的时候遇到 ERROR: Unable to create the PID file (/run/php-fpm/php-fpm.pid).: No such file or directory (2)[09-May-2022 07:17:58] ERROR 阅读全文
posted @ 2022-05-09 15:29 consideration 阅读(747) 评论(0) 推荐(0) 编辑
摘要: 1, https://tool.lu/ip 点击此网址后 输入github.com 进行ip查 2 打开 hosts 文件所在位置 Windows 系统:C:\Windows\System32\drivers\etc\hostsLinux 系统:/etc/hostsMac(苹果电脑)系统:/etc/ 阅读全文
posted @ 2022-04-10 18:11 consideration 阅读(797) 评论(0) 推荐(0) 编辑
摘要: 1.下载 确保系统环境中 可执行 php -v。 curl -sS https://getcomposer.org/installer | php 2.配置系统变量 mv composer.phar /usr/local/bin/composer 3.更换镜像 composer config -g 阅读全文
posted @ 2022-03-31 12:00 consideration 阅读(27) 评论(0) 推荐(0) 编辑
摘要: 创建定时任务 crontab -e #添加代码 * * * * * /usr/bin/php7.0 /var/www/html/laravel/artisan schedule:run >> /dev/null 2>&1 注意:/usr/bin/php7.0为你的php位置 ,* * * * *分别 阅读全文
posted @ 2022-03-01 10:36 consideration 阅读(508) 评论(0) 推荐(0) 编辑
摘要: 1,首先是允许 hper-v 勾选按钮 这个勾选后会有一些东西下载下来然后重启电脑 Get started with Docker Desktop 点击后按照需求下载 我的windOw 10 如果启动中遇到因 WSL 2 导致地错误,请安装 WSL 2。 安装后 右键点击设置 切换环境为window 阅读全文
posted @ 2022-02-25 19:33 consideration 阅读(90) 评论(0) 推荐(0) 编辑
摘要: wget https://dev.mysql.com/get/Downloads/MySQL-5.7/mysql-5.7.24-linux-glibc2.12-x86_64.tar.gz tar xzvf mysql-5.7.24-linux-glibc2.12-x86_64.tar.gz 解压完成 阅读全文
posted @ 2022-02-23 21:50 consideration 阅读(62) 评论(0) 推荐(0) 编辑
摘要: composer config -g repo.packagist composer https://mirrors.aliyun.com/composer/ 阅读全文
posted @ 2022-02-22 17:59 consideration 阅读(22) 评论(0) 推荐(0) 编辑
摘要: CentOS 7 | 下载并安装yum 一、yum的下载并安装 step1:查看原有的yum [root@localhost ~]# rpm -qa | grep yum step2:删除yum下的所有组件 [root@localhost ~]# rpm -qa | grep yum | xargs 阅读全文
posted @ 2022-02-22 17:51 consideration 阅读(532) 评论(0) 推荐(0) 编辑
摘要: 1 下载并安装MySQL官方的 Yum Repository [root@localhost ~]# wget -i -c http://dev.mysql.com/get/mysql57-community-release-el7-10.noarch.rpm 使用上面的命令就直接下载了安装用的Yu 阅读全文
posted @ 2022-02-22 16:49 consideration 阅读(336) 评论(0) 推荐(0) 编辑
摘要: yum -y install mysql-server 1.添加Nginx到YUM源添加CentOS 7 Nginx yum资源库,打开终端,使用以下命令: sudo rpm -Uvh http://nginx.org/packages/centos/7/noarch/RPMS/nginx-rele 阅读全文
posted @ 2022-02-22 11:04 consideration 阅读(685) 评论(0) 推荐(0) 编辑