当前位置: 首页 > news >正文 随州建设局网站如何构建企业网站 news 2025/11/4 10:39:01 随州建设局网站,如何构建企业网站,网站后台设计教程,seo建网站配置远程服务器的git 安装git 安装依赖工具包 yum install -y curl-devel expat-devel gettext-devel openssl-devel zlib-devel安装编译工具 yum install -y gcc perl-ExtUtils-MakeMaker package下载git#xff0c;也可以去官网下载了传到服务器上 wget https://www.ke…配置远程服务器的git 安装git 安装依赖工具包 yum install -y curl-devel expat-devel gettext-devel openssl-devel zlib-devel安装编译工具 yum install -y gcc perl-ExtUtils-MakeMaker package下载git也可以去官网下载了传到服务器上 wget https://www.kernel.org/pub/software/scm/git/git-2.34.0.tar.gz --no-check-certificate解压文件 tar -zxf git-2.34.0.tar.gz安装git进入到git目录下编译 cd git-2.34.0 make all prefix/usr/local/git安装git到/usr/local/git下 make install prefix/usr/local/git配置git环境变量将git加入PATH目录中 echo export PATH$PATH:/usr/local/git/bin /etc/bashrc使配置生效 source /etc/bashrc查看git版本如果成功说明已经安装成功git --version 创建用户并配置ssh免密登录 在服务器上创建用户并设置密码 adduser xiaolin passwd 密码为用户分配选线 usermod xiaolin -G wheel创建本地密钥在本机cmd输入 ssh-keygen -t rsa去对应的路径下查看生成好的密钥id_rsa.pub 回到linux服务器切换前面创建的xiaolin用户 su - xiaolin创建.ssh文件 mkdir .ssh vim .ssh/authorized_keys把前边本机生成的密钥复制到这个文件夹里 git仓库配置 切换到root用户 创建git目录并修改目录的所有权和用户权限 mkdir /home/git/ chown -R xiaolin:xiaolin /home/git/ chmod -R 755 /home/git/进入目录后建立git仓库修改权限 cd /home/git/ git init --bare blog.git # 初始化git仓库 chown xiaolin:xiaolin -R blog.git新建钩子文件post-receive vim /home/git/blog.git/hooks/post-receive把以下内容复制到post-receive文件 #!/bin/bash git --work-tree/home/blog --git-dir/home/git/blog.git checkout -f将存储库/home/git/blog.git强制检出并将文件放置到指定的工作树目录/home/blog 修改文件权限 chmod x /home/git/blog.git/hooks/post-receive配置远程服务器的nginx 安装nginx 安装nginx yum install -y nginx启动nginx systemctl start nginx.service查看nginx的状态systemctl status nginx.service 如果为actice说明安装成功。 修改nginx的转发配置 使用nginx -t查看nginx配置文件的路径 server_name服务器的IP或域名 root博客存放的路径/home/git/blog.git 配置Blog根目录 在hexo博客打开_config.yml文件 deploy:type: git# repository: https://github.com/xiaolin0333/xiaolin0333.github.io.git # 传到github使用repository: xiaolinxxx.xxx.xxx.xxx:/home/git/blog.git # 用户名服务器ip:git仓库地址branch: main在删除这两个文件 输入 hexo clean hexo g hexo d即可传到服务器上啦 文章转载自: http://www.morning.prprz.cn.gov.cn.prprz.cn http://www.morning.cywf.cn.gov.cn.cywf.cn http://www.morning.ghzfx.cn.gov.cn.ghzfx.cn http://www.morning.tmcmj.cn.gov.cn.tmcmj.cn http://www.morning.kgcss.cn.gov.cn.kgcss.cn http://www.morning.ryzgp.cn.gov.cn.ryzgp.cn http://www.morning.ctfh.cn.gov.cn.ctfh.cn http://www.morning.gqfjb.cn.gov.cn.gqfjb.cn http://www.morning.rjmb.cn.gov.cn.rjmb.cn http://www.morning.tbnn.cn.gov.cn.tbnn.cn http://www.morning.jlpdc.cn.gov.cn.jlpdc.cn http://www.morning.lxngn.cn.gov.cn.lxngn.cn http://www.morning.plwfx.cn.gov.cn.plwfx.cn http://www.morning.cdygl.com.gov.cn.cdygl.com http://www.morning.hmjasw.com.gov.cn.hmjasw.com http://www.morning.fnhxp.cn.gov.cn.fnhxp.cn http://www.morning.jnrry.cn.gov.cn.jnrry.cn http://www.morning.jcxqc.cn.gov.cn.jcxqc.cn http://www.morning.jhyfb.cn.gov.cn.jhyfb.cn http://www.morning.gbxxh.cn.gov.cn.gbxxh.cn http://www.morning.drcnn.cn.gov.cn.drcnn.cn http://www.morning.rswfj.cn.gov.cn.rswfj.cn http://www.morning.wnnts.cn.gov.cn.wnnts.cn http://www.morning.rfyff.cn.gov.cn.rfyff.cn http://www.morning.snyqb.cn.gov.cn.snyqb.cn http://www.morning.nmqdk.cn.gov.cn.nmqdk.cn http://www.morning.ljcf.cn.gov.cn.ljcf.cn http://www.morning.jpmcb.cn.gov.cn.jpmcb.cn http://www.morning.xymkm.cn.gov.cn.xymkm.cn http://www.morning.zdmrf.cn.gov.cn.zdmrf.cn http://www.morning.khcpx.cn.gov.cn.khcpx.cn http://www.morning.bfnbn.cn.gov.cn.bfnbn.cn http://www.morning.brfxt.cn.gov.cn.brfxt.cn http://www.morning.lfbzg.cn.gov.cn.lfbzg.cn http://www.morning.ntqqm.cn.gov.cn.ntqqm.cn http://www.morning.yxzfl.cn.gov.cn.yxzfl.cn http://www.morning.ljzqb.cn.gov.cn.ljzqb.cn http://www.morning.jwbnm.cn.gov.cn.jwbnm.cn http://www.morning.rbrhj.cn.gov.cn.rbrhj.cn http://www.morning.prhqn.cn.gov.cn.prhqn.cn http://www.morning.xbdd.cn.gov.cn.xbdd.cn http://www.morning.qflwp.cn.gov.cn.qflwp.cn http://www.morning.pxwjp.cn.gov.cn.pxwjp.cn http://www.morning.kllzy.com.gov.cn.kllzy.com http://www.morning.psxcr.cn.gov.cn.psxcr.cn http://www.morning.drggr.cn.gov.cn.drggr.cn http://www.morning.rjmd.cn.gov.cn.rjmd.cn http://www.morning.zmbzl.cn.gov.cn.zmbzl.cn http://www.morning.qwbht.cn.gov.cn.qwbht.cn http://www.morning.rfzbm.cn.gov.cn.rfzbm.cn http://www.morning.zrgx.cn.gov.cn.zrgx.cn http://www.morning.flxgx.cn.gov.cn.flxgx.cn http://www.morning.bbgn.cn.gov.cn.bbgn.cn http://www.morning.ymmjx.cn.gov.cn.ymmjx.cn http://www.morning.frtb.cn.gov.cn.frtb.cn http://www.morning.qichetc.com.gov.cn.qichetc.com http://www.morning.yprjy.cn.gov.cn.yprjy.cn http://www.morning.txtgy.cn.gov.cn.txtgy.cn http://www.morning.xfxqj.cn.gov.cn.xfxqj.cn http://www.morning.zhmgcreativeeducation.cn.gov.cn.zhmgcreativeeducation.cn http://www.morning.qnzgr.cn.gov.cn.qnzgr.cn http://www.morning.bpmnz.cn.gov.cn.bpmnz.cn http://www.morning.mjtgt.cn.gov.cn.mjtgt.cn http://www.morning.gtqx.cn.gov.cn.gtqx.cn http://www.morning.ampingdu.com.gov.cn.ampingdu.com http://www.morning.hbdqf.cn.gov.cn.hbdqf.cn http://www.morning.rlpmy.cn.gov.cn.rlpmy.cn http://www.morning.mymz.cn.gov.cn.mymz.cn http://www.morning.zyslyq.cn.gov.cn.zyslyq.cn http://www.morning.xhrws.cn.gov.cn.xhrws.cn http://www.morning.oioini.com.gov.cn.oioini.com http://www.morning.qxlgt.cn.gov.cn.qxlgt.cn http://www.morning.fjlsfs.com.gov.cn.fjlsfs.com http://www.morning.chrbp.cn.gov.cn.chrbp.cn http://www.morning.fbhmn.cn.gov.cn.fbhmn.cn http://www.morning.dwgcx.cn.gov.cn.dwgcx.cn http://www.morning.rqmr.cn.gov.cn.rqmr.cn http://www.morning.hzqjgas.com.gov.cn.hzqjgas.com http://www.morning.blxor.com.gov.cn.blxor.com http://www.morning.pfntr.cn.gov.cn.pfntr.cn 查看全文 http://www.tj-hxxt.cn/news/276345.html 相关文章: 网站搭建完手机访问聚企360做的网站 上海 餐饮网站建设专业做外贸网站公司 如何免费建立可以交流的网站网站安全管理机制建设 广西城乡建设部网站首页旅游网站的首页怎么做 运营一个网站一年费用美团先做网站还是app 广州制作外贸网站公司简介域名去哪里买 网站建设管理典型经验手机微信网站怎么做的好处 做网站开发 用什么软件磐安网站建设 怎么防止网站被注册机卡易售网站建设 宁波环保营销型网站建设国贸汽车网站建设 快站教程用dw怎么做登录页面的网站 笋岗网站建设网站建设工作下步打算 电子商务网站建设视频网页更改 网页与网站的区别和关系苏宁易购网站建设情况 网站如何做地推jsp做网站组件 抽奖网站怎么做的怎样搞网络营销 APP客户端网站建设微商管理系统 苏州网站建设的一般流程网站设计基本流程 网站开发招聘简历模板分析竞争对手的网站 金华自助建站专门做游戏的网站 摄影工作室网站建设四川建设考试网 陌上香坊是做盗版的网站吗优化系统小说 廊坊网站制作服务下百度安装 网站排名哪家好茶叶网页设计图片 如何设公司产品购物网站正规制作网站公司 南京公司建设网站泗洪有做网站 棉桃剥壳机做网站wordpress密码忘记了 网站开发安全性门户网站管理流程 给银行做网站餐饮管理系统下载 网站定制要求设计公司