Gitlab series - gitlab environment construction

Installing Gitlab Setting environment variables export GITLAB_HOME=/srv/gitlab Write docker-compose.yml [root@origin ~]# mkdir -p /opt/docker-compose/gitlab [root@origin ~]# vim /opt/docker-compose/gitlab/docker-compose.yml version: '3.8' services: gitlab: hostname: 'abc.efg.xyz' image: 'gitlab/gitlab-ce:14.2.4-ce.0' re ...

Added by jmac2501 on Tue, 21 Sep 2021 09:58:05 +0300

Construction of GitLab ci/cd deployment environment

Explain This paper briefly introduces Gitlab CI, including Gitlab Runner, related concepts in Gitlab CI and common configuration of. gitlab-ci.yml. Deploying GitLab Please refer to Docker compose deployment of Chinese version of gitlab What is GitLab CI GitLab CI is a built-in tool for continuous integration of gitlab. You only need to create ...

Added by DexterMorgan on Mon, 23 Mar 2020 23:24:40 +0200

Jenkins+Gitlab for continuous integration

1, Jenkins and continuous integration 1) What is Jenkins? Jenkins is an open source software project, which aims to provide an open and easy-to-use software platform and make continuous integration of software possible. Jenkins is a continuous integration tool developed based on Java, which is used to monitor continuous and repeated work. Its ...

Added by ferozsho on Tue, 11 Feb 2020 16:09:03 +0200

GitLab installation and use

GitLab is an open source application developed by Ruby on Rails. It implements a self managed Git project warehouse, which can access public or private projects through Web interface. GitLab has similar functions to Github, which can browse source code, manage defects and comments. You can manage team access to the repository, which is very eas ...

Added by Jaehoon on Thu, 19 Dec 2019 23:06:39 +0200

Chapter Twelve Nine takes you through helm3 harbor with ease

This series of articles: Chapter 1: helm explodes easily in a minute Chapter II: helm Easy to Explode Public Warehouse Chapter III: helm Easy to Explode Private Warehouses Chapter IV: helm Easily Burst chart Chapter V: helm Blast release Easy Chapter VI: Nine analysis takes you through helm gitlab easily Chapter VII: Nine analysis takes you t ...

Added by genix2011 on Tue, 17 Dec 2019 21:24:53 +0200

GIT learning notes

System version: CentOS Linux release 7.6.1810ip: 192.168.3.58 git installation (1) //Dependency library installation 2. # yum install curl-devel expat-devel gettext-devel openssl-devel zlib-devel 3. # yum install gcc perl-ExtUtils-MakeMaker //Uninstall the older version of Git 4. # yum remove git //Download the new version of git source pack ...

Added by lovely on Thu, 31 Oct 2019 11:57:20 +0200

kubernetes microservice expansion and release of new functional versions

Microservices do not need to be an independent function or resource like ordinary services. It is perfectly correct to say in the definition that microservices need to match business capabilities. Unfortunately, it still means that if the granularity design of the capability model is wrong, then we have to pay a lot of price. If you read Fowle ...

Added by lordgreg on Sat, 17 Aug 2019 18:17:09 +0300

Practice of CD Process Based on Gitlab

Practice of CD Process Based on Gitlab > DevOps (the combination of English Development and Operations) is a collective term for a set of processes, methods and systems used to promote communication, collaboration and integration among development (application/software engineering), technology operations and quality assurance (QA) department ...

Added by charlesg on Mon, 01 Jul 2019 23:01:39 +0300

Better data flow management framework: Vanex released~

vanex The React store management framework based on mobx & mobx-react provides a simple and fast development paradigm. The mode of use is similar to dva, but it is simpler and more efficient than dva. gitlab address: http://gitlab.alibaba-inc.com... example address: http://gitlab.alibaba-inc.com... Characteristic Three API s to fix the ...

Added by iainr on Sun, 02 Jun 2019 20:59:16 +0300

Deployment of Private Git Server in DevOps II

Serial articles The Beginning of DevOps Bullet ZeroDevOps First Bomb Project and Transaction Tracking ToolDeployment of Private Git Server in DevOps II Efficiency Communication of DevOps Third Bullet Interface Document of DevOps Fourth Bomb DevOps Fifth Bullet's Continuous Integrated Compilation Environment (Android) DevOps Fifth Bullet Continu ...

Added by avo on Sun, 19 May 2019 12:08:13 +0300