CentOS 6.5 Compile and Install gitlab
Reference resources https://gitlab.com/gitlab-org/gitlab-ce/blob/master/doc/install/installation.md https://bbs.gitlab.cc/topic/35/gitlab-ce-8-7-%E6%BA%90%E7%A0%81%E5%AE%89%E8%A3%85%E6%89%8B%E5%86%8C-centos6-rehl6/2
I. Configuration Foundation
1. Install epel source
yum -y install epel-release vim wget ntpdate gcc gcc-c++ -y
/usr/sbin/ntp ...
Posted by prinzcy on Tue, 02 Apr 2019 15:45:29 -0700
Summary of problems encountered by Istio
Service Entry parsing error
Problem representation
Create Service Entry
apiVersion: networking.istio.io/v1alpha3
kind: ServiceEntry
metadata:
name: gitlab-huoys
spec:
hosts:
- gitlab-huoys
location: MESH_INTERNAL
ports:
- name: https
number: 5500
protocol: TCP
resolution: STATIC
endpoints:
- address ...
Posted by theslinky on Wed, 27 Mar 2019 19:24:29 -0700
Use Docker to build development environment, including (nginx, redis, mysql, gitlab, nexus 3, activemq, jenkins)
Using Docker to Build Development Environment
Since playing Docker, I have been deeply fascinated by Docker and have been working on software for so many years. I never expected that software would develop to this stage. Using container isolation technology to isolate various service processes, I am glad to have access to this ...
Posted by Sonu Kapoor on Wed, 06 Feb 2019 22:33:16 -0800
[git learning] An error occurred while restoring GitLab on the CenterOS system: tar: due to a previous error, unpacking backup failed
I. Problem Description
Today, after testing encrypted GitLab backup files, decrypting them, and then restoring GitLab, the recovery failed. The following error was reported:
tar: db: Unable mkdir: insufficient privilege
tar: db: Unable mkdir: insufficient privilege
tar: db/database.sql.gz: Unable open: No file or directory
ta ...
Posted by Panz3r on Sat, 26 Jan 2019 04:06:14 -0800
A gitlab can not use ssh login to solve the problem
Fault phenomena:
[root@web-m data]# git clone ssh://git@gitlab.lixinkuan.com:22022/lxk/core.git
Cloning into 'core'...
git@gitlab.lixinkuan.com's password:
Permission denied, please try again.
git@gitlab.lixinkuan.com's password:
Permission denied, please try again.
git@gitlab.lixinkuan.com's password:
Permission denied (publickey,gssapi-ke ...
Posted by Hikari on Sat, 26 Jan 2019 00:33:14 -0800
Docker Tricks: (3)Docker Compose builds Gitlab from configuration (https, mailbox validation) to basic availability
Preface
gitlab 11.1 has built-in CI/CD, which has been available since gitlab 8+, but the configuration is trivial.
After several large versions of iterations, it has now simplified the way to use, and also repaired some pits, which attracted me greatly.
Sorry for not using the good stuff, we started a long way to climb the ...
Posted by jeev on Fri, 14 Dec 2018 17:48:03 -0800