CI framework learning Notes (1)-Environment installation, basic terms and framework processes, ci learning notes. CI framework learning Notes (1)-Environment installation, basic terms, and framework processes. when ci learning notes first use the CI framework, they plan to w
GitLab access OpenLDAP and AD Domains
Today, we debugged GitLab to access AD domain control and found a lot of information to solve the problem. Here we will record it.
GitLab has its own user mechanism, but it is also compatible with ldap's user authentication mechanism (in essence, both OpenLDAP and AD domain control are based on the LDAP mechanism). As the com
One, Gitlab introduction
Now, GitHub has become the preferred code-hosting platform. Because it's a lot of great features and simple to operate, almost all developers like it. Gitlab is a great git hosting service, almost as powerful as GitHub. Gitlab is generally used as an internal private system, if the company uses GIT distribution code, each time from the G
Today, the company requirements in the Docker installation Gitlab+mysql, after a day of tossing, finally finished.System: CentOS 6.5 (64-bit)1. First install and start DockerThis step is no longer introduced, you see my previous CentOS 6.5 installed Docker and Jenkins article bar.
2. Installation PreparationMkdir/srv/docker/gitlab/mysql-pvMkdir/srv/docker/gitlab/
First, download the Docker imagePrerequisite: The Docker engine is already installed.
Docker Pull Gitlab/gitlab-ce
Second, start the application
Docker run-d- H gitlab.zhaojigang.com -p 80:80-v/etc/gitlab/:/etc/gitlab/-v/var/log/gitlab/:/var/log/
Because the Gitlab data is stored in shared storage, the play of this configuration is turned into Mount iSCSI.Os:centos 7.2ip:172.16.1.191/192.168.2.191iSCSI Sub-target (server side) [disk cabinet] and initiator (client) [Windows,linux], this time the installation is the client.1. Install the Iscsi-initiator kit:[Email protected]/]# yum-y install Iscsi-initiator-utils2. Configure the native iSCSI name:[Email protected]/]# VIM/ETC/ISCSI/INITIATORNAME.
GitLab CE community version of HTTPS mode configuration (yum) last installed but not https now requires a universal https Span style= "font-size:19px;font-family: ' the song Body '; > Today we will configure https https access to the landing and git also not https 650) this.width=650; "src=" https://s5.51cto.com/wyfs02/M01/8C/D1/wKiom1h49uCzyV4LAAIOJE0C_W8696.png "title=" 1.png "alt=" Wkiom1h49uczyv4laaioje0c_w8696.png "/>First back
CI Framework Source Reading Notes 1,CI Framework source notes
The first use of the CI framework, it is intended to write a CI source reading notes series, unfortunately, has not acted. There are few recent projects and there is some time to write something. So prepare to write down some notes and experience before, on
Gitlab Official Installation Tutorial Address https://about.gitlab.com/installation/#centos-6This installation tutorial is based on the CentOS installation tutorial1. Pre-Installation dependency handling1. On CentOS 6 (and redhat/oracle/scientific Linux 6), the following command will also open HTTP and SSH access in the system firewall.sudo yum install-y Curl Policycoreutils-python openssh-server croniesudo lokkit-s http-s ssh2. Next, install postfix
I. The document structure of CI
Do you remember the CI directory structure in the first lecture, which was not detailed at the time, and we'll look at it again.
As we can see from the above figure, the main components of CI are application (Application folders), System (Systems folders), and index.php entry files.The main application folder is to store the cont
Access Gitlab displays a 502 error,/var/log/gitlab/nginx/gitlab_error.log displays the following error:2016/08/08 12:05:35 [ERROR] 23746#0: * Connect () to Unix:/var/opt/gitlab/gitlab-workhorse/socket failed (111: Connection refused) while connecting to upstream, client:27.115.76.206, server:gityu.com, Request: "Get/fa
CI framework learning notes (I)-Environment installation, basic terms and Framework processes, ci learning notes
When I first started using the CI framework, I was planning to write a CI Source Code Reading Note series. Unfortunately, there was no action. There have been few projects recently, so I finally had some tim
Code Review has recently been used with the Merge requests feature of GitLab. The operation flow is this:1) Developer A to add a new feature to a project, first create a Git branch on this project.2) After the development is complete, git push to this branch.3) Then create a merge Request in the merge requests, and then specify developer B for Code Review.4) Developer B issues a problem in code Review and requires developer A to modify the code.5) Dev
Deploying GitLab 8.2.2 in Docker
The company wants to build an online code hosting platform based on GitLab, an open-source project, to facilitate management, testing, staging, and server deployment. If it is set up separately on CentOS7, it is quite simple to follow the tutorials on the official website. As for the configuration, it is indeed complicated, and a single server is a little reluctant.Operating
Accelerate Java application development speed 3-unit/integration testing + CI, application development ci
You may be familiar with the following scenarios:
If you have developed an SSH web project, it may be slow to start the server. Some projects may take more than one minute or more minutes, and the wait time is generally wasted;
Some functions were complicated during project development, and they thou
CI framework Source Code Reading Notes 1. ci framework source code notesWhen I first started using the CI framework, I was planning to write a CI Source Code Reading Note series. Unfortunately, there was no action. There have been few projects recently, so I finally had some time to write something. So I want to record
The CI framework integrates Smarty method analysis, and the ci framework integrates smarty. The CI framework integrates the Smarty method analysis. the ci framework integrates smarty. This article describes how to integrate the CI framework with Smarty. This article is for y
CI framework Source Code Reading Notes 1. ci framework source code notes
When I first started using the CI framework, I was planning to write a CI Source Code Reading Note series. Unfortunately, there was no action. There have been few projects recently, so I finally had some time to write something. So I want to recor
CI Framework integrated Smarty Method Analysis, CI framework integration Smarty
This paper describes the method of CI framework integrated smarty. Share to everyone for your reference, as follows:
Because the CI comes with the template function is not very convenient, so we generally adopt integrated smarty way to com
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.