首页 > TAG信息列表 > CentOS610

CentOS610 php环境安装

Nghttp2编译安装nghttp2-1.24.0.tar.bz2./configure --prefix=/usr/local/nghttp2 && make && make installln -sv /usr/local/nghttp2/lib/libnghttp2.so.14 /usr/lib/libnghttp2.so.14 && ldconfig apr编译安装apr-1.6.3.tar.gzyum -y install expat-devel.

Centos-610-Jenkins-CI系列开篇

本系列主要关于Jenkins-CI实操记录与问题解决方案   概述   采用的环境以VMware中的虚拟机Cento610为基准,以Jdk1.8.0_231、mvn3.3.9、dotnetcore2.1/2.2/3.0/、git、svn作为基础环境,以java应用、dotnetcore两大方向进行就开发中的应用发布进行探讨。  环境安装   2.1Cen

Centos610安装Nexus

1.下载Nexus   2.新建nexus账号 useradd nexus 重置密码 passwd nexus 123456 3.更改文件属性   chown -R nexus:nexus /opt/nexus/nexus-2.14.15-01/   chown -R nexus:nexus /opt/nexus/sonatype-work/ 4.修改端口   cd /opt/nexus/nexus-2.14.15-01/conf   vi nexus.prope

Centos610安装Jdk1.8

1.下载JDK  下载:  https://pan.baidu.com/s/15TYsE_wfSb48pS4SpUQKHA 提取码:fsx6 2.上传安装包   3.卸载旧的JDK  rpm -qa | grep java  rpm -e --nodeps 具体jdk版本信息(完整名称) 4.安装新的JDK   5.配置JDK

centos610安装postgresql

安装仓库依赖:yum install https://download.postgresql.org/pub/repos/yum/11/redhat/rhel-6-x86_64/pgdg-centos11-11-2.noarch.rpm 客户端安装包安装:yum install postgresql11服务端安装包安装:yum install postgresql11-server初始数据库:service postgresql-11 initdb 设置