11 2019 档案
摘要:Jenkins-在windows上配置自动化部署(Jenkins+Gitlab+IIS) web部署样例 windows服务部署样例 系统备份 在服务器上创建后缀名为.ps1的文件,例:BackUpDir_MKCurtain.ps1 内容参考:
阅读全文
摘要:Beyond Compare 文件对比工具的使用 Beyond Compare 工具下载地址: http://www.onlinedown.net/soft/633850.htm 本文下载地址:E:\toos2\Beyond Compare\Beyond_Compare.exe 下载后安装。 破解:
阅读全文
摘要:SourceTree - 对Git的使用 一 、SourceTree简介 SourceTree 是 Windows 和Mac OS X 下免费的 Git 和 Hg 客户端,拥有可视化界面,容易上手操作。同时它也是Mercurial和Subversion版本控制系统工具。支持创建、提交、clone、p
阅读全文
摘要:Linux - 安装 dotnet core 环境 系统环境:CentOS7 官方安装指导 https://www.microsoft.com/net/learn/get-started/linux/centos rpm --import https://packages.microsoft.com
阅读全文
摘要:GIT-Linux(CentOS7)系统安装Git 未成功 查看是否已安装了Git 发现Git版本已存在,说明已安装了Git 查看jenkins本机的git版本 卸载本机低版本的git,自行安装更高版本的git 接着进行git版本升级操作:下载并安装高版本的git,下载地址:https://mirr
阅读全文
摘要:Jenkins-在Centos上配置自动化部署(Jenkins+Gitlab+Rancher) 环境:centos7 首先在服务器上安装好Jenkins和Gitlab和Rancher Gitlab安装:https://www.cnblogs.com/1285026182YUAN/p/10726539
阅读全文
摘要:Docker安装Nginx 一、拉取官方的镜像 docker pull nginx [root@localhost ~]# docker pull nginx Using default tag: latest latest: Pulling from library/nginx 8d691f585
阅读全文
摘要:Docker部署NETCORE应用程序 创建.netcore项目,本文以ASP.NET Core2.2 版本为例 设置Dockerfile属性始终复制 编辑Dockerfile内容 FROM microsoft/dotnet:2.2-aspnetcore-runtime MAINTAINER lih
阅读全文
摘要:Jenkins-在CentOS7 上安装配置 1、安装JDK yum install -y java 2、安装jenkins 方法1:添加Jenkins库到yum库,Jenkins将从这里下载安装。 1 wget -O /etc/yum.repos.d/jenkins.repo http://pkg
阅读全文