Fork me on GitHub

随笔分类 -  Ubuntu

摘要:supervisor是用Python开发的一套通用的进程管理程序,能将一个普通的命令行进程变为后台daemon,并监控进程状态,异常退出时能自动重启。 1.安装 apt-get install supervisor 2.配置目录结构 --conf.d (启动进程配置文件存放路径) --supervi 阅读全文
posted @ 2017-03-22 13:54 archer-wong 阅读(2078) 评论(0) 推荐(0)
摘要:原创文章,转载请注明出处 我想配置的环境是ubuntu+nginx+mysql+php+redis,其中php装两个版本,php7和php56 ubuntu+nginx+mysql+php的环境配置教程地址:ubuntu使用(二) -- lnmp环境的配置 1.让nginx支持不同站点可以选择不同的 阅读全文
posted @ 2017-03-01 21:10 archer-wong 阅读(5408) 评论(0) 推荐(0)
摘要:亲测的教程,,希望能对大家提供些许帮助,转载请注明出处 ubuntu+nginx+mysql+php7 一.安装Nginx 1、首先添加nginx_signing.key(必须,否则出错) $ wget http://nginx.org/keys/nginx_signing.key $ sudo a 阅读全文
posted @ 2017-01-21 08:45 archer-wong 阅读(483) 评论(0) 推荐(0)
摘要:以下为实测教程,希望能为大家提供帮助,转载请注明出处 ubuntu+apache+mysql+php7 第一、更换apt的源 1、复制原文件备份 sudo cp /etc/apt/source.list /etc/apt/source.list.bak 2、编辑源列表文件 sudo vim /etc 阅读全文
posted @ 2017-01-21 08:35 archer-wong 阅读(235) 评论(0) 推荐(0)