前端开发通过阿里云快速建站
时间:2023-07-10 04:18:02 | 来源:网站运营
时间:2023-07-10 04:18:02 来源:网站运营
前端开发通过阿里云快速建站:选服务器的操作系统是centOS,安装很方便,直接yum xxx
先安装基础包:nginx、git。
path通过nginx配置,可以一服务器多站点。
git用来下载代码到服务器,远程传文件太麻烦,还是git方便。
参考一下官方文档。
nginx 镜像
<
https://help.aliyun.com/document_detail/97251.htm?spm=a2c4g.11186623.0.0.394867eeowMlZ6#concept-fnh-v3x-5fb>
自助建站
<
https://help.aliyun.com/document_detail/57160.html>
nginx 一服务器多站点
<
https://help.aliyun.com/document_detail/171730.html>
域名解析到ip
<
https://help.aliyun.com/document_detail/39793.html?spm=5176.22414175.sslink.1.2b8843ebqhka5o>
阿里云安装git
<
https://help.aliyun.com/document_detail/153800.html?spm=5176.22414175.sslink.1.d8c9a9a5RrUCjk>
配置key,方便ssh访问git
<
https://docs.github.com/en/authentication/connecting-to-github-with-ssh/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent>
<
https://docs.github.com/en/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account>
我是静态站点,如果需要node,
部署node环境:
<
https://help.aliyun.com/document_detail/50775.html?spm=a2c4g.11186623.6.1130.73c94960HtQUPB>
登录服务器:
<
https://help.aliyun.com/document_detail/51798.html?spm=a2c4g.11186623.2.12.18ee388dYefklc#concept-ucj-wrx-wdb>
## 域名解析设置犯了个错误,*.
http://domain.com不包括
http://domain.com,所以
http://domain.com来访问是行不通的。
http://domain.com 的配置是@.domain.com;
走新手引导就好了。
——2022-04-03