current location:Home > Technical Articles > Development Tools
- Direction:
- All web3.0 Backend Development Web Front-end Database Operation and Maintenance Development Tools PHP Framework Daily Programming WeChat Applet Common Problem Other Tech CMS Tutorial Java System Tutorial Computer Tutorials Hardware Tutorial Mobile Tutorial Software Tutorial Mobile Game Tutorial
- Classify:
-
- How to install GitLab on CentOS 6.5 system
- In recent years, GitLab has become popular as an enterprise-level code hosting platform. This article will introduce how to install GitLab on CentOS 6.5 system. First, we need to upgrade the system to the latest version: sudo yum update Next, we need to install some dependency packages: sudo yum install curl policycoreutils openssh-server openssh-clients sudo yum
- git . gitlab 887 2023-03-31 17:17:18
-
- Let's talk about how to quickly build Gitlab on the server
- Server setup GitlabGitlab is a source code management tool that provides some functions for version control, code management and project collaboration. It is an open source project and free to use. This article will introduce how to set up Gitlab on the server. 1. Install dependencies Before starting to install Gitlab, you need to install some dependencies. You can install it using the following command: ```sudo apt-get install -y curl openssh-server ca-certifi
- git . gitlab 664 2023-03-31 15:53:04
-
- How to install and use GitLab on Ubuntu system
- GitLab is a powerful open source code hosting and collaboration platform designed to improve team collaboration and development efficiency. This article will introduce you to how to install and use GitLab on an Ubuntu system. 1. Install dependency packages Before installing GitLab, you need to install some necessary dependency packages. Open your terminal and execute the following command: sudo apt-get updatesudo apt-get install curl openssh-server
- git . gitlab 786 2023-03-31 15:46:52
-
- How to upload code to github
- Today, with the rapid development of software technology, coders' daily work is inseparable from the writing and modification of code. After completing the development work, in order to facilitate code management, version control, and communication and collaboration, coders usually upload their code to code hosting platforms, such as GitHub, GitLab, Bitbucket, etc. This article will introduce you to how to upload your own code to GitHub. 1. What is GitHub? GitHub is a code hosting platform that helps programmers collaborate on development and share code. byG
- git . gitlab 1590 2023-03-31 14:25:55
-
- How to connect to Github in China
- With the popularity and use of Github among developers around the world, many domestic developers have also begun to use Github for software development and collaboration. However, due to certain restrictions on external network access, domestic developers also encountered some difficulties when using Github. This article will introduce how to connect to Github in China from the following aspects. 1. Choose a suitable network environment. In China, the speed of accessing foreign websites is often affected by the network environment. Developers can try the following measures to obtain a better network environment: 1. Use high-quality network services to provide
- git . gitlab 12295 2023-10-09 09:47:31
-
- Is github still updating?
- GitHub is still being updated and evolving. In 2021, GitHub has become the world's largest open source code hosting website, providing a platform for millions of developers to share, manage and discover code. GitHub's success has also made it one of the iconic representatives in the field of open source and Internet technology. However, with the emergence of various new technologies and changes in technical background, many people may wonder whether GitHub is still being updated and developed. In fact, GitHub has been strengthening profitability and launching new services in recent years, allowing it to better
- git . gitlab 777 2023-03-31 13:42:12
-
- What should I do if I cannot log in to gitlab?
- In our daily work and study, we often use GitLab, a version management tool. However, sometimes we encounter some problems, such as being unable to log in to GitLab. For this problem, we need to take some measures to solve it. First, we need to determine the reason why we cannot log in. It may be due to network problems, or it may be caused by issues such as account being locked or incorrect password. If it is a network problem, we can try to reconnect to the network or change the network environment to verify whether the problem can be solved. If you are unable to log in because your account is locked or password-protected
- git . gitlab 3083 2023-03-31 13:44:45
-
- CentOS7 Gitlab Installation Guide
- CentOS7 Gitlab Installation Guide Overview GitLab is an open source software for Git code hosting and code review based on the Git web interface. It has features like version control, code review, collaboration, etc. and is considered a perfect alternative to GitHub. This article will introduce the process of installing GitLab on CentOS7. System requirements - CentOS7 x64 system, more than 2GB of memory; - Install and start Nginx; - Install and start PostgreS
- git . gitlab 1401 2023-03-31 13:44:58
-
- Let's talk about how to install GitLab 8
- How to install GitLab 8GitLab 8 is a free, open source Git warehouse management system. It is a self-hosted git project that provides many features such as code review, wiki, CI, etc. To set up GitLab yourself, this article will show you how to install GitLab 8. Note: This article assumes you have already installed and configured Docker. If you haven't installed Docker yet, please follow Docker's installation guide first. Step 1: Create
- git . gitlab 819 2023-03-31 13:47:09
-
- Detailed explanation of CentOS GitLab installation and configuration tutorial
- CentOS GitLab installation and configuration tutorial GitLab is an open source Git warehouse management system that supports multi-person collaborative development, code warehouse management and version control. GitLab comes with a variety of features, such as code hosting, CI/CD, issue tracking, and more. This tutorial explains how to install and configure GitLab Server on CentOS. 1. CentOS system environment preparation 1. Installation dependencies: GitLab requires PostgreSQL and Redis
- git . gitlab 903 2023-03-31 13:48:02
-
- How to install and configure GitLab7
- GitLab is an open source code hosting platform that helps development teams better collaborate, manage and deploy code. This article will introduce you how to install and configure GitLab7. 1. Environmental requirements 1. Operating system: CentOS6/7 or Ubuntu14.04/16.042. Memory: at least 2GB3. Hard disk: at least 20GB4. Network: In order to download and update software packages, an external network connection is required. 2. Installation steps 1. Install required packages on CentOS: sudo yu
- git . gitlab 747 2023-03-31 13:48:21
-
- How to set up your own GitLab server in a few steps
- In the field of modern software development, version control is a crucial link. Git is currently one of the most widely used distributed version control systems, and GitLab is an online code hosting and version control management tool based on Git, which provides software development teams with a powerful and easy-to-use collaborative development platform. If you are a Mac computer user, today we will explain how to set up your own GitLab server in a few simple steps. Step 1: Install Homebrew Homebrew is under Mac OS X
- git . gitlab 1271 2023-03-31 13:48:38
-
- How to install and configure Gitlab on Windows
- In project development, version control is a very important part. In order to facilitate team collaboration and code stability, we need to use a good version control tool. Git is one of the widely used and highly respected version control tools, and Gitlab is a code hosting platform based on Git that can be used to easily manage your own code base and team collaboration. Below we will introduce how to install and configure Gitlab on Windows. 1. Install Git First, we need to install it on Windows
- git . gitlab 1389 2023-03-31 13:38:18
-
- How to deploy GitLab on a Linux server
- Deploy GitLab server As a modern code management tool, GitLab is used more and more widely. In team collaboration, using GitLab to manage code is a convenient and efficient choice. This article will introduce how to deploy GitLab on a Linux server. 1. Confirm the environment First, you need to confirm that your server system is 64-bit and has at least 2GB of memory and 2 CPUs. Ideally, the server should also have 80GB of disk space. Next, select the appropriate installation based on the server's operating system.
- git . gitlab 948 2023-03-31 13:38:33
-
- An article introducing GitLab client installation and configuration
- GitLab is an open source web-based Git code hosting platform that provides an integrated source code management, defect tracking, CI/CD and other tools. In this article, we will introduce you to GitLab client installation and configuration. Introduction First of all, we need to make it clear that GitLab's client and its server are two independent entities. Although they will have some contact and interaction with each other, we do not need to consider the relationship between them when installing and configuring the client. In GitLab, client usually refers to
- git . gitlab 2164 2023-03-31 13:38:57