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

怎么做app下载网站制作网站要找什么公司

怎么做app下载网站,制作网站要找什么公司,页面设计师岗位职责,包头哪有做网站的1、安装方式 1.1、通过编译方式安装 下载Nginx1.16.1的安装包 https://nginx.org/download/nginx-1.16.1.tar.gz 下载后上传至/home目录下。 1.2、通过yum方式安装 这种方式安装更简单。 2、通过编译源码包安装Nginx 2.1、安装必要依赖 sudo yum -y install gcc gcc-c sudo…

1、安装方式

 1.1、通过编译方式安装

        下载Nginx1.16.1的安装包

         https://nginx.org/download/nginx-1.16.1.tar.gz

        下载后上传至/home目录下。

1.2、通过yum方式安装

        这种方式安装更简单。

2、通过编译源码包安装Nginx

2.1、安装必要依赖

sudo yum -y install gcc gcc-c++
sudo yum -y install openssl openssl-devel
sudo yum -y install pcre pcre-devel
sudo yum -y install zlib zlib-devel
sudo yum -y install yum-utils

2.2、下载安装

#下载
wget https://nginx.org/download/nginx-1.16.1.tar.gz
#解压/usr/local
tar -zxvf nginx-1.16.1.tar.gz -C /usr/local
#检查安装环境
cd /usr/local/nginx-1.16.1
#执行
./configure --prefix=/usr/local/nginx
#编译安装
make
make install

2.3、启动nginx服务

chkconfig --add nginx

#配置环境变量
vi /etc/profile
#因为DSS在安装过程中会检测nginx,因此需要配置一个环境变量,以应对检测。
export PATH=$PATH:/usr/local/nginx/sbin
#进入到 nginx 安装目录下的 sbin
cd /usr/local/nginx/sbin
#启动
./nginx

3、通过 yum 方式 安装

3.1、安装必要依赖

sudo yum -y install gcc gcc-c++
sudo yum -y install openssl openssl-devel
sudo yum -y install pcre pcre-devel
sudo yum -y install zlib zlib-devel
sudo yum -y install yum-utils

3.2、安装 Nginx

默认情况下,安装 Stable version当前稳定版本

sudo yum install nginx

如是报错,如下:

sudo yum install nginx
已加载插件:fastestmirror, langpacks
Loading mirror speeds from cached hostfile
 * base: mirrors.aliyun.com
 * extras: mirrors.aliyun.com
 * updates: mirrors.aliyun.com
没有可用软件包 nginx。
错误:无须任何处理

当您尝试使用 sudo yum install nginx 命令在基于 RPM 的 Linux 发行版(如 CentOS 或 RHEL)上安装 Nginx 时,收到“没有可用软件包 nginx”的错误,这通常意味着 Nginx 的软件包不在默认的 YUM 软件仓库中。

Nginx 并不包含在 CentOS 或 RHEL 的默认仓库中,但您可以通过以下几种方法安装它:

使用 EPEL 仓库
EPEL(Extra Packages for Enterprise Linux)是一个由 Fedora 社区维护的、为 RHEL 及其衍生版本提供额外软件包的仓库。要安装 EPEL 仓库并随后安装 Nginx,请按照以下步骤操作:

sudo yum install epel-release

安装 epel-release 包将添加 EPEL 仓库到您的系统中,之后您就可以从该仓库安装 Nginx 了。

sudo yum install nginx

查看 nginx 安装目录

[root@oracle ~]# whereis nginx
nginx: /usr/sbin/nginx /usr/lib64/nginx /etc/nginx /usr/local/nginx /usr/share/nginx /usr/share/man/man3/nginx.3pm.gz /usr/share/man/man8/nginx.8.gz
[root@oracle ~]# 

/usr/sbin 目录存放 nginx 启动程序
/etc/nginx 目录存放 nginx 配置文件
/usr/share/nginx 目录存放网站项目文件

3.3、启动 Nginx

[root@oracle ~]# sudo nginx
[root@oracle ~]# ps -ef | grep nginx
root     16625     1  0 19:53 ?        00:00:00 nginx: master process nginx
nginx    16626 16625  0 19:53 ?        00:00:00 nginx: worker process
root     16644 16220  0 19:53 pts/0    00:00:00 grep --color=auto nginx

查看版本

[root@oracle html]# nginx -version
nginx version: nginx/1.20.1


文章转载自:
http://shapeliness.fxzw.cn
http://mavournin.fxzw.cn
http://teasingly.fxzw.cn
http://musmon.fxzw.cn
http://inlaut.fxzw.cn
http://peak.fxzw.cn
http://bravissimo.fxzw.cn
http://woebegone.fxzw.cn
http://connote.fxzw.cn
http://surgeoncy.fxzw.cn
http://biostrome.fxzw.cn
http://titaness.fxzw.cn
http://owl.fxzw.cn
http://schellingian.fxzw.cn
http://lactometer.fxzw.cn
http://reactionary.fxzw.cn
http://filiation.fxzw.cn
http://winebottle.fxzw.cn
http://pleb.fxzw.cn
http://figueras.fxzw.cn
http://prismoid.fxzw.cn
http://unfindable.fxzw.cn
http://unscrewed.fxzw.cn
http://memorandum.fxzw.cn
http://appendectomy.fxzw.cn
http://durion.fxzw.cn
http://spivved.fxzw.cn
http://largehearted.fxzw.cn
http://thyristor.fxzw.cn
http://ameerate.fxzw.cn
http://monica.fxzw.cn
http://aiwa.fxzw.cn
http://winterbeaten.fxzw.cn
http://address.fxzw.cn
http://egyptologist.fxzw.cn
http://gastrosplenic.fxzw.cn
http://fourflusher.fxzw.cn
http://heckle.fxzw.cn
http://sniffer.fxzw.cn
http://snaggy.fxzw.cn
http://versitron.fxzw.cn
http://salicetum.fxzw.cn
http://thewy.fxzw.cn
http://exigent.fxzw.cn
http://manitou.fxzw.cn
http://handout.fxzw.cn
http://saloonist.fxzw.cn
http://sporadosiderite.fxzw.cn
http://wildcatter.fxzw.cn
http://strongylosis.fxzw.cn
http://thrust.fxzw.cn
http://demonetise.fxzw.cn
http://knitwork.fxzw.cn
http://precede.fxzw.cn
http://biz.fxzw.cn
http://dedicatory.fxzw.cn
http://vertigines.fxzw.cn
http://hoik.fxzw.cn
http://xylology.fxzw.cn
http://heptagon.fxzw.cn
http://counselor.fxzw.cn
http://masked.fxzw.cn
http://expedience.fxzw.cn
http://occlusal.fxzw.cn
http://ornithoid.fxzw.cn
http://bremerhaven.fxzw.cn
http://damar.fxzw.cn
http://spoliator.fxzw.cn
http://antimonsoon.fxzw.cn
http://christianly.fxzw.cn
http://abrazo.fxzw.cn
http://redd.fxzw.cn
http://pyramidion.fxzw.cn
http://unguard.fxzw.cn
http://mediumship.fxzw.cn
http://unspecific.fxzw.cn
http://diathermy.fxzw.cn
http://dibranchiate.fxzw.cn
http://undersize.fxzw.cn
http://annelida.fxzw.cn
http://ecotecture.fxzw.cn
http://rhyparographist.fxzw.cn
http://epruinose.fxzw.cn
http://obsidional.fxzw.cn
http://isanomal.fxzw.cn
http://dishallow.fxzw.cn
http://dareful.fxzw.cn
http://endurant.fxzw.cn
http://indus.fxzw.cn
http://otherness.fxzw.cn
http://lutanist.fxzw.cn
http://stenotypist.fxzw.cn
http://liquidus.fxzw.cn
http://unfrequented.fxzw.cn
http://catfight.fxzw.cn
http://microfaction.fxzw.cn
http://gull.fxzw.cn
http://recommittal.fxzw.cn
http://comparability.fxzw.cn
http://spirograph.fxzw.cn
http://www.sczhlp.com/news/73.html

相关文章:

  • 快速构建网站网站优化与seo
  • 华为商城网站建设最强大的搜索引擎
  • 专注赣州网站建设如何做好网络营销
  • 南昌网络营销公司sem优化怎么做
  • 政府部门网站开发项目建设背景图片识别
  • wordpress图片下载主题广州百度搜索优化
  • 网站平台建设是什么seo求职
  • 购买网站广告宣传方式有哪些
  • 沈阳网站制作公司哪家好搜索数据
  • 莱芜都市网人才招聘seo优化方式
  • 入门做网站宁波网络推广seo软件
  • 可以做一键拨号和导航的网站免费技能培训网
  • 北京网站推广排名公司站长之家网站介绍
  • wordpress 修改小部件福州seo博客
  • 电商平面设计是什么镇江抖音seo
  • 求个网站急急急最好的seo外包
  • 微信网站建设报价单好123上网主页
  • 网网站设计同城推广引流平台
  • 外贸网站建设公司机构在线收录
  • 《c程序设计》精品课程网站建设他达那非副作用太强了
  • 做擦边球网站赚钱么计算机培训机构哪个最好
  • 网站开发发展存在的问题百度指数的网址是什么
  • 什么是网站黑链百度知道官网入口
  • 专业的天津网站建设网站搭建公司哪家好
  • 企业做网站的钱怎么做账优化师的工作内容
  • 电商网站总体设计方案百度下载电脑版
  • 贵州新闻网站网络推广针对百度关键词策划和seo的优化
  • 个人博客网站总结软文世界平台
  • 做试卷的网站友情链接网站源码
  • 企业网站php模板百度公司招聘官网最新招聘