上一页 1 ··· 40 41 42 43 44 45 46 47 48 ··· 51 下一页
摘要: 1. 下载gitlab-runner Download and install binary # Download the binary for your system sudo curl -L --output /usr/local/bin/gitlab-runner https://gitlab 阅读全文
posted @ 2021-12-21 17:56 代码诠释的世界 阅读(668) 评论(0) 推荐(0)
摘要: 1. 最开始安装方法 sudo apt install gitlab-runner 安装的版本是10版本 2. 升级安装最新稳定版本 # For Debian/Ubuntu/Mint curl -L https://packages.gitlab.com/install/repositories/r 阅读全文
posted @ 2021-12-21 17:23 代码诠释的世界 阅读(498) 评论(0) 推荐(0)
摘要: 1. 官网 https://www.redmine.org/projects/redmine/wiki/Guide 2. 插件 https://www.redmine.org/projects/redmine/wiki/Plugin_List 3. 安装 # 解压缩 tar -zxvf redmin 阅读全文
posted @ 2021-12-20 19:54 代码诠释的世界 阅读(470) 评论(0) 推荐(0)
摘要: 1. 安装 sudo apt-get update sudo apt-get install subversion svn help svn --version svnserve --version sudo mkdir /home/svn sudo mkdir /home/svn/reposito 阅读全文
posted @ 2021-12-20 15:31 代码诠释的世界 阅读(275) 评论(0) 推荐(0)
摘要: 1. 官网文档 https://secure.phabricator.com/book/phabricator/article/configuration_guide/ 2. 安装nginx sudo apt-get install dpkg-dev sudo apt-get install ngi 阅读全文
posted @ 2021-12-16 15:41 代码诠释的世界 阅读(217) 评论(0) 推荐(0)
摘要: 1. 官网文档 https://secure.phabricator.com/book/phabricator/article/configuration_guide/ 2. 安装apache2 sudo apt-get install dpkg-dev sudo apt-get install a 阅读全文
posted @ 2021-12-16 13:57 代码诠释的世界 阅读(223) 评论(0) 推荐(0)
摘要: 1. 问题 我直接删除了Nginx各个目录的文件,然后再次安装失败 2. 处理,需要删除相关Nginx模块后,才能重信安装 sudo apt-get --purge remove nginx sudo apt-get autoremove# 查看Nginx系统模块,已安装的全部卸载 dpkg --g 阅读全文
posted @ 2021-12-15 16:02 代码诠释的世界 阅读(205) 评论(1) 推荐(1)
摘要: ubuntu安装nginx 一、apt-get安装nginx # 安装 sudo apt-get install nginx # 查看nginx是否安装成功 nginx -v # 启动nginx sudo service nginx start 启动后,在网页重输入ip地址,即可看到nginx的欢迎 阅读全文
posted @ 2021-12-15 15:02 代码诠释的世界 阅读(5494) 评论(0) 推荐(0)
摘要: 1. 安装 sudo apt update sudo apt install mysql-server mysql-client 2. 查看密码 master@master:~$ sudo cat /etc/mysql/debian.cnf # Automatically generated for 阅读全文
posted @ 2021-12-15 13:38 代码诠释的世界 阅读(1781) 评论(0) 推荐(0)
摘要: 1. 问题现象 2. 问题分析 这个问题的原因可能有很多, 但主要是配置问题 我这个主要是由于我配置了Filter branch 把分支过滤了,导致的报错 3. 其他原因 1. 可能是jenkins的Secret token没生成或者没配置 2. 可能是gitlab的webhook配置错误 阅读全文
posted @ 2021-12-15 11:06 代码诠释的世界 阅读(1737) 评论(0) 推荐(0)
上一页 1 ··· 40 41 42 43 44 45 46 47 48 ··· 51 下一页