当前位置:网站首页>利用将网页项目部署到阿里云上(ngnix)
利用将网页项目部署到阿里云上(ngnix)
2022-08-05 05:40:00 【falldeep】
说明
本项目是一个官网展示页面,只包含前端内容。因此部署较为容易,部署于阿里云主机上,采用的ngnix进行部署。总耗时不超1小时。
阿里云设置
1.设置安全组,设置允许http访问,否则后期网站部署上去无法通过http协议获取
在安全组中选择http并添加,我这里为了防止出错,选择了全部。
2.登录阿里云,采用管理员账号登录
输入指令 登录管理员账号
su root
ngnix部署
1.输入指令,下载相关的依赖包
yum -y install gcc zlib zlib-devel pcre-devel openssl openssl-devel
2、在你的linux服务器上创建目录:install
cd /root
mkdir install
3、进入刚刚创建的目录:
cd install
4、下载并解压安装包
如果版本不对,上官网使用最新版本
wget http://nginx.org/download/nginx-1.23.1.tar.gz
tar -zxvf nginx-1.23.1.tar.gz ---解压nginx安装包
5、进入刚刚解压好的目录:
cd nginx-1.23.1
6、分别执行下面命令
./configure --- 用来检测安装平台的目标特征
make --- 用来编译( 从Makefile中读取指令,然后编译)
make install --- 用来安装( 从Makefile中读取指令,安装到指定的位置)
7、编辑启动端口(图片的端口是经过修改的,默认是80端口无需修改)
此步骤仅适合喜欢自己捣鼓的,如果你的首页名为index.html,则无需修改
cd /usr/local/nginx/conf
vim nginx.conf
编辑好之后,按esc退出编辑模式,然后 :wq 进行保存退出
8、启动nginx
cd /usr/local/nginx/sbin
./nginx
查看是否启动成功命令:ps -ef | grep nginx
然后通过 ip:端口,就能看到是否启动成功。
9、简单的项目部署(最简单的)
将html文件直接上传到目录:
/usr/local/nginx/html
这是nginx默认的页面路径,直接替换里面的文件就行
10.网页部署成功
边栏推荐
- VLAN is introduced with the experiment
- document.querySelector()方法
- uniapp打包次数限制怎么办?只需两步就能解决
- Difference between link and @improt
- The cocos interview answers you are looking for are all here!
- D39_Eulerian Angles and Quaternions
- 系统基础-学习笔记(一些命令记录)
- 边缘盒子+时序数据库,美的数字化平台 iBUILDING 背后的技术选型
- 字体样式及其分类
- lingo入门——河北省第三届研究生建模竞赛B题
猜你喜欢
Tencent Internal Technology: Evolution of Server Architecture of "The Legend of Xuanyuan"
ev加密视频转换成MP4格式,亲测可用
七夕!专属于程序员的浪漫表白
NACOS配置中心设置配置文件
scikit-image image processing notes
Nacos集群的搭建过程详解
Late night drinking, 50 classic SQL questions, really fragrant~
DevOps-了解学习
In-depth analysis if according to data authority @datascope (annotation + AOP + dynamic sql splicing) [step by step, with analysis process]
LaTeX使用frame制作PPT图片没有标号
随机推荐
Drools规则引擎快速入门(一)
GetEnumerator method and MoveNext and Reset methods in Unity
亚马逊美国站:马术头盔CPC认证标准要求
DevOps process demo (practical record)
Pytorch分布式并行处理
Nacos集群的搭建过程详解
指针常量与常量指针 巧记
Error correction notes for the book Image Processing, Analysis and Machine Vision
多行文本省略
BIO, NIO, AIO practical study notes (easy to understand theory)
Transformer详细解读与预测实例记录
花花省V5淘宝客APP源码无加密社交电商自营商城系统带抖音接口
ev加密视频转换成MP4格式,亲测可用
白鹭egret添加新页面教程,如何添加新页面
D39_Vector
LeetCode刷题记录(2)
【5】Docker中部署MySQL
selenium learning
The future of cloud gaming
【FAQ】CCAPI Compatible EOS Camera List (Updated in August 2022)