1.下载并安装supervisor 2.测试supervisord是否安装成功 3.建立文件夹,把应用的配置文件单独放置 4.创建默认的配置文件,并修改配置 5.设定supervisor启动文件 添加为自启动、启动、关闭 6.增加自定义的后台进程 以后可以按照每个应用分别写一个配置文件。 6.1(p ...
分类:
其他好文 时间:
2018-01-24 10:51:23
阅读次数:
185
yum install MariaDB-server MariaDB-client 提示:mysql-server-5.1.73-8.el6_8.x86_64 was supposed to be removed but is not! 因为安装操作系统的时候,mysql也一块安装了,但安装Mari ...
分类:
数据库 时间:
2018-01-20 17:48:52
阅读次数:
669
环境准备 操作系统:CentOS 6.5 Final RabbitMQ: 3.1.5 Python: 2.7.11 ErLang: R16B02 安装预环境(少什么安装什么) 安装Python 2.7 安装ErLang 下载ErLang并解压 下载ErLang并解压 配置安装 配置安装 ./conf ...
分类:
其他好文 时间:
2018-01-19 16:48:00
阅读次数:
188
vmware14 修改vmware默认存放位置 编辑-->首选项 系统安装 界面说明: Install or upgrade an existing system 安装或升级现有的系统 install system with basic video driver 安装过程中采用 基本的显卡驱动 Re ...
分类:
其他好文 时间:
2018-01-18 01:07:54
阅读次数:
226
有问题,有官网测试过的Linux平台:https://www.seafile.com/download/ 一、安装python2.7.141、安装依赖包[root@web01 ~]# yum -y install zlib zlib-devel openssl openssl-devel 2、为了防 ...
分类:
其他好文 时间:
2018-01-17 18:20:26
阅读次数:
1240
安装Python依赖包: [root@Python src] yum install zlib devel bzip2 devel openssl devel ncurses devel sqlite devel readline devel tk devel gcc make 下载Python源码 ...
分类:
编程语言 时间:
2018-01-11 16:16:56
阅读次数:
154
1、卸载原有系统中的yumrpm –qa | grep yum | xargs rpm -e --nodeps (xargs 把rpm –qa | grep yum传来的每一行信息 都用xargs后面的命令进行处理) 2、创建一个目录intallyum_mirrors.163.com,进入此目录下载 ...
分类:
其他好文 时间:
2018-01-07 17:31:33
阅读次数:
114