# **自动更新**
请先安装runner服务
# **gitlab安装社区版本的runner**
安装完面板后,进入软件设置,安装gitlab社区版8.8.5
安装好gitlab,由于此版本比较老,所以只能安装gitlab-ci-multi-runner 1.11.5版的
进入 `https://gitlab-ci-multi-runner-downloads.s3.amazonaws.com/v1.11.5/index.html
`
找到对应的系统版本,在ssh 里,用wget 命令下载过来
`https://gitlab-ci-multi-runner-downloads.s3.amazonaws.com/v1.11.5/rpm/gitlab-ci-multi-runner_amd64.rpm`
`rpm -ivh gitlab-ci-multi-runner_amd64.rpm`,进行安装
### **在linux 里生成ssh-key,**
已创建可跳过
cd ~/.ssh/ (如果没有对应的文件夹,则执行 mkdir ./.ssh)
git config –global user.name “test”
git config –global user.email “test@qq.com”
ssh-keygen -t rsa -C “test@qq.com”
注册
gitlab-ci-multi-runner register
编辑文件 `.gitlab-ci.yml`
# This folder is cached between builds
# http://docs.gitlab.com/ce/ci/yaml/README.html#cache
# cache:
# paths:
# - vendor/
# This is a basic example for a gem or script which doesn't use
# services such as redis or postgres
before_script:
- php -v
- pwd
stages:
- deploy_test
# 部署测试
deploy_test:
stage: deploy_test
script:
- echo "部署测试环境"
- git fetch origin
- git reset --hard origin/develop
- find . -name ".git" | xargs rm -Rf
- cp -R ./ /www/wwwroot/wap.chaojijuxing.cn
only:
- develop
### 自动更新 (非推荐)
#!/bin/bash
#
#crontab -e
#* * * * * /www/wwwroot/shop.www.wstaichi.com/crontab.sh > /dev/null
step=1 #间隔的秒数,不能大于60
for (( i = 0; i < 60; i=(i+step) )); do
cd /www/wwwroot/shop.www.wstaichi.com/
git pull
sleep $step
done
exit 0
### 修改gitlab配置文件,找到git_data_dir
vim /etc/gitlab/gitlab.rb
在`git_data_dir`下面添加一句
git_data_dir "/data/gitlab"
执行
gitlab-ctl stop
gitlab-ctl reconfigure
gitlab-ctl start
查看日志
gitlab-ctl tail
重置帐号,git本地密码不对
首先管理员身份运行`gitbash.exe`文件
如目录在 `C:\\Program Files\\Git`
运行以下命令
git config --system --unset credential.helper
### **删除 .user.ini**
chattr -i /www/wwwroot/malaiyouyou/.user.ini
- 前言
- 阿里图标库使用
- LAMP环境安装
- 数据库
- MYSQL
- 安装
- Mysql导出导入
- 修改最大连接数
- Mysql慢查寻
- 查看MYSQL占用空间
- 严格模式
- 数据库模式
- mysql权限
- MongoDB
- Redis
- 服务器
- PHP5.4安装
- svnmanager
- linux修改端口22
- 打包忽略文件
- 远程复制文件
- 查看目录大小
- zendloader
- Apache负载
- Memcache
- svn远程同步
- 服务器参数调整
- 内存占满
- PHP调用Java
- Apache重写
- 禁用selinux
- SFTP 子系统申请已拒绝
- Gitlab
- 硬盘挂载
- gitlab修改密码
- oneapm
- SVN安装
- .gitlab-ci.yml
- Nginx重写 html to php
- 添加到环境变量
- supervisor常驻任务
- .gitlab-ci.yml
- crontab.sh
- PEAR
- java jenkins
- Mongo
- 解决unix:///tmp/supervisor.sock no such file的问题
- 登录日志
- tail -f
- git remote
- 开发需知
- Sublime开发工具
- 文档生成工具
- PHP代码注释标准
- http网站自动跳转到https
- PHP只保留错误提示。
- window刷新DNS
- 网站慢
- Centos安全
- 临时代码
- SVNHOOK
- mariadb
- git
- gitlab-runner
- Sublime3设置注释
- Vue开发
- 安装
- v-cloak
- 错误处理
- failed to connect 443
- JavaScriptURL请求乱码
- 内容管理系统
- WordPress
- 支付相关
- 银联
- Angularjs
- 安装环境
- 报错处理
- centos7在upgrade的时候显示:Delta RPMs disabled....详见内容?
- yum-complete-transaction command not find
- hadowsocks
- vpn
- Laravel
- 安装
- ngnix-config
- 使用私有git的composer
- Crontab防止多次执行
- JS
- mui storage
- RTMP