码迷,mamicode.com
首页 >  
搜索关键字:drupal devel    ( 3771个结果
nginx linux环境安装
1. 上传nginx tar.gz包; 2.执行下面三个命令: 2.1. yum -y install pcre pcre-devel 2.2. yum -y install zlib zlib-devel 2.3 yum -y install openssl openssl-devel 3. 源码 ...
分类:系统相关   时间:2019-08-14 22:03:23    阅读次数:111
linux 7安装部署Redis
1 下载Redis包 下载地址:http://download.redis.io/releases/redis-3.2.4.tar.gz 2 上传服务器的/usr/local/下 3 安装gcc pcre-devel zlib-devel yum -y install gcc pcre-devel ...
分类:系统相关   时间:2019-08-14 18:49:23    阅读次数:350
rabbitMQ安装配置
安装部署 安装依赖文件 yum -y install gcc glibc-devel make ncurses-devel openssl devel xmlto perl wget 安装erlang 语言环境: #wget http://www.erlang.org/download/otp_s ...
分类:其他好文   时间:2019-08-14 14:23:00    阅读次数:179
nginx目录索引
1.安装nginx1.安装依赖包yuminstallopensslopenssl-develzlibzlib-develpcrepcre-devel-y2下载nginx压缩包wgethttp://nginx.org/download/nginx-1.16.0.tar.gz3下载gccyuminstallgcc-y4解压并安装tar-zxvfnginx-1.16.0.tar.gz./configur
分类:其他好文   时间:2019-08-13 17:28:39    阅读次数:125
安装OpenResty
【1】环境部署 [1] 依赖环境安装 在环境的任意目录执行命令:yum install pcre-devel openssl-devel gcc curl 一路手动输入y 直到Complete,安装完成。 [2] 增加仓库 在环境的任意目录执行命令: (2.1)yum install yum-uti ...
分类:其他好文   时间:2019-08-13 11:55:57    阅读次数:68
prometheus+grafana监控nginx
被监控机器环境搭建&配置 编译环境: yum -y install gcc gcc-c++ pcre pcre-devel zlib zlib-devel openssl openssl-devel 安装nginx: wget nginx.org/download/nginx-1.15.7.tar. ...
分类:其他好文   时间:2019-08-12 23:34:02    阅读次数:196
***屏幕cmaxtix编译安装
***屏幕cmaxtix编译安装系统:CentOS71810软件:cmatrix-1.2效果:一、下载:https://www.lanzous.com/i5ct2ng二、解压[root@imooc-nginx~]#tarxfcmatrix-1.2a.tar.gz三、安装依赖[root@imooc-nginxcmatrix-1.2a]#yuminstallncurses-devel三、编译安装[roo
分类:其他好文   时间:2019-08-11 01:02:01    阅读次数:77
[Zabbix+Grafana]系列之三:Mysql安装
#下载Mysql5.6https://dev.mysql.com/downloads/file/?id=487423#安装依赖包yuminstall-ygccgcc-c++maketaropensslopenssl-develcmakencuresesncurses-devel#新建mysql用户useradd-s/sbin/nologinmysql#解压并编译tar-zxvfcmake-DCMA
分类:数据库   时间:2019-08-10 09:35:31    阅读次数:105
[Zabbix+Grafana]系列之:Nginx安装
#下载nginx1、https://nginx.org/en/download.html?_ga=2.163156028.1417077246.1565310048-1198126668.1565310048#安装依赖库2、yuminstallgccgcc-c++makeautomakeautoconflibtoolpcre*zlibopensslopenssl-devel#编译并安装3、./co
分类:其他好文   时间:2019-08-09 15:20:46    阅读次数:115
Hadoop配置lzo
编译:0. 环境准备maven(下载安装,配置环境变量,修改sitting.xml加阿里云镜像)gcc-c++zlib-develautoconfautomakelibtool通过yum安装即可,yum -y install gcc-c++ lzo-devel zlib-devel autoconf... ...
分类:其他好文   时间:2019-08-06 13:43:12    阅读次数:119
3771条   上一页 1 ... 47 48 49 50 51 ... 378 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!