当前位置: 首页 > news >正文

正版138JAVA部署mysql5.5.JDK环境

yum -y install build-essential QQ+1594457675
安装:更多依赖包

yum -y install gcc automake autoconf libtool make
安装:g++

这里需要注意数据库密码记得修改

数据库账号QQ     数据库密码1594457675

yum -y install gcc gcc-c++
安装Nginx cd /usr/local/src wget tar -zxvf nginx-1.16.1.tar.gz cd nginx-1.16.1 groupadd -r nginx useradd -r -g nginx nginx ./configure \ --prefix=/usr/local/nginx \ --sbin-path=/usr/local/nginx/sbin/nginx \ --conf-path=/usr/local/nginx/nginx.conf \ --pid-path=/usr/local/nginx/nginx.pid \ --user=nginx \ --group=nginx \ --with-http_ssl_module \ --with-http_flv_module \ --with-http_mp4_module \ --with-http_stub_status_module \ --with-http_gzip_static_module \ --http-client-body-temp-path=/var/tmp/nginx/client/ \ --http-proxy-temp-path=/var/tmp/nginx/proxy/ \ --http-fastcgi-temp-path=/var/tmp/nginx/fcgi/ \ --http-uwsgi-temp-path=/var/tmp/nginx/uwsgi \ --http-scgi-temp-path=/var/tmp/nginx/scgi \ --with-pcre=/usr/local/src/pcre-8.42 \ --with-zlib=/usr/local/src/zlib-1.2.11 \ --with-openssl=/usr/local/src/openssl-1.1.0k \ [注:当前所在目录一定要是/usr/local/src/nginx-1.16.1 安装PCRE库 选定源码目录 > ftp下载PCRE库 > 安装PCRE库

cd /usr/local/src wget ​​ftp://ftp.pcre.org/pub/pcre/pcre-8.42.tar.gz​​tar -zxvf pcre-8.42.tar.gz cd /pcre-8.42 ./configure make && make install 安装zlib源码包 下载zlib源码包 ==> 安装zlib包

cd /usr/local/src wget tar -zxvf zlib-1.2.11.tar.gz cd zlib-1.2.1
————————————————

      


http://www.mrgr.cn/news/28847.html

相关文章:

  • 经典sql题(八)SQL 查询详细指南总结一
  • C++中的new与delete
  • 欧美游戏市场的差异
  • C#实现基于ADO.NET框架的DBHelper工具类
  • 使用helm chart在Kubernetes部署Minio-适用于生产环境的部署方案
  • 技术上,如何复现 o1?
  • Marketo默认文件夹作用
  • 复选按钮QCheckBox
  • FastAPI动态路由设计:使用APIRouter处理复杂回调函数
  • 使用Faiss进行K-Means聚类
  • 【Linux】Shell编程入门
  • 面试真题-TCP的三次握手
  • 鸿蒙开发笔记_电商严选02_登录页面跳转到我的页面、并传值
  • 【C++】——继承详解
  • GPU加速生物信息分析的尝试
  • react-native和原生android的交互
  • ThreadX源码:Cortex-A7的tx_thread_irq_nesting_end(嵌套中断结束动作).s汇编代码分析
  • 算法竞赛命题数据生成方法
  • 硬件工程师笔试面试学习汇总——器件篇目录
  • iOS 18 新功能:控制中心大變身!控制項目自由選配