search
HomeDevelopment ToolsgitHow to build Gitee code cloud platform in CentOS7 system

Gitee Code Cloud is a domestic open source code hosting platform based on Git. It provides code hosting, version management, document management, code review, bug management and other functions, and also supports CI/CD, code search, social networking Interactive and other advanced features. In this article, we will introduce how to build the Gitee code cloud platform in CentOS 7 system.

1. Environmental requirements

To build the Gitee code cloud platform, you need to meet the following system requirements:

  • CentOS 7 system
  • MySQL or MariaDB database
  • Nginx lightweight web server
  • JDK 8 and above

You need to confirm whether all the above software has been installed before installation.

2. Install necessary software

1. Upgrade system software packages

First, we need to upgrade all software packages in the system and execute the following command:

yum update -y

2. Install MariaDB

MariaDB is a branch of the MySQL database, and the installation and configuration are close to MySQL. Execute the following command to install MariaDB:

yum install mariadb mariadb-server -y

Start and set up startup:

systemctl start mariadb.service
systemctl enable mariadb.service

Next, you can use the following command to perform preliminary security settings for MariaDB:

mysql_secure_installation

According to the command prompts, enter the new password, confirm the new password, delete the anonymous user, prohibit root remote login, delete the test database and refresh the permissions.

3. Install nginx

Execute the following command to install nginx:

yum install nginx -y

Start and set up startup:

systemctl start nginx.service
systemctl enable nginx.service

At this time, visit in the browser Server address, you will see the default welcome page of Nginx.

4. Install JDK

Gitee code cloud platform requires Java environment, execute the following command to install JDK:

yum install java-1.8.0-openjdk-devel -y

3. Install Gitee code cloud

1 .Download Gitee Code Cloud

Download the code cloud installation package from the Gitee Code Cloud official website, and extract the downloaded package to the target directory of the server:

wget https://gitee.com/oschina/git-osc/raw/master/doc/installation/source/gitee-official-%{version}.tar.gz
tar zxvf gitee-official-%{version}.tar.gz -C /data/

2. Install MySQL

Import the SQL file provided by Gitee Code Cloud into the database:

mysql -u root -p <p>3. Configure Gitee Code Cloud</p><p>Edit the /data/gitee/srv/gitee/config/application.yml file , set the following content: </p><pre class="brush:php;toolbar:false">server:
   port: 8080       # Gitee 码云监听的端口
   context-path: /  # Gitee 码云的上下文路径
spring:
   datasource:
      type: com.alibaba.druid.pool.DruidDataSource
      username: gitee       # 数据库的用户名
      password: gitee123   # 数据库密码
      url: jdbc:mysql://localhost:3306/gitee_prod?useUnicode=true&characterEncoding=UTF-8&zeroDateTimeBehavior=convertToNull
mybatis:
   mapper-locations: classpath:gitee/mapper/*.xml  # MyBatis 的配置文件
redis:
   host: 127.0.0.1   # Redis 服务端的 IP 地址
   port: 6379        # Redis 服务端的监听端口
   password:       # Redis 的连接密码
   database-index: 0  # Redis 的数据库编号

4. Build Gitee code cloud

Execute the following command to build the Gitee code cloud platform:

cd /data/gitee/
./build.sh

After the construction is completed, in /data A gitee.war file will be generated under /gitee/srv/gitee and copied to /data/gitee/tomcat-8.5.40/webapps.

5. Start Gitee code cloud

Next execute the following command to start Gitee code cloud:

cd /data/gitee/tomcat-8.5.40/bin/
./startup.sh

At this time, you can enter the IP address or domain name in the browser, Add a customized context path to access the Gitee code cloud platform.

After completing the above steps, you have successfully built the Gitee code cloud platform and can use it to host your own development projects.

The above is the detailed content of How to build Gitee code cloud platform in CentOS7 system. For more information, please follow other related articles on the PHP Chinese website!

Statement
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Git vs. GitHub: Exploring Their RolesGit vs. GitHub: Exploring Their RolesApr 16, 2025 am 12:06 AM

Git and GitHub are different tools: Git is a distributed version control system for managing code versions and collaborative development; GitHub is an online platform based on Git, providing code hosting and collaboration tools. Git's main features include version management, branch management, and collaborative development, while GitHub provides code hosting, collaboration tools and social networking capabilities.

GitHub: A Hub for Open Source and Software DevelopmentGitHub: A Hub for Open Source and Software DevelopmentApr 15, 2025 am 12:10 AM

GitHub is a Git-based version control system hosting platform that provides version control, collaborative development and community communication functions. Using GitHub can improve development efficiency and code quality.

Git and GitHub: What's the Relationship?Git and GitHub: What's the Relationship?Apr 14, 2025 am 12:10 AM

Git and GitHub are different tools: Git is software for version control, and GitHub is an online platform based on Git. 1.Git allows you to track file changes and collaborative development. 2. GitHub provides code hosting and collaboration tools to enhance team development efficiency.

GitHub: The Platform for Developers and ProjectsGitHub: The Platform for Developers and ProjectsApr 13, 2025 am 12:01 AM

The core features of GitHub include version control, branch management, code review, issue tracking and project management. 1. Version control and branch management are based on Git, allowing tracking of code changes and experimental development. 2. Code review is implemented through PullRequest to improve code quality and team collaboration. 3. Issues tracking and project management are carried out through Issues and the project management board to improve project transparency and traceability.

GitHub in Action: Examples and Use CasesGitHub in Action: Examples and Use CasesApr 12, 2025 am 12:16 AM

GitHub is a powerful tool to improve the efficiency and quality of software development. 1) Version control: manage code changes through Git. 2) PullRequests: Conduct code review and improve code quality. 3) Issues: Track bugs and project progress. 4) GitHubActions: Automate the construction, testing and deployment process.

Git vs. GitHub: Version Control and Code HostingGit vs. GitHub: Version Control and Code HostingApr 11, 2025 am 11:33 AM

Git is a version control system, and GitHub is a Git-based code hosting platform. Git is used to manage code versions and supports local operations; GitHub provides online collaboration tools such as Issue tracking and PullRequest.

What is Git in simple words?What is Git in simple words?Apr 09, 2025 am 12:12 AM

Git is an open source distributed version control system that helps developers track file changes, work together and manage code versions. Its core functions include: 1) record code modifications, 2) fallback to previous versions, 3) collaborative development, and 4) create and manage branches for parallel development.

Is Git the same as GitHub?Is Git the same as GitHub?Apr 08, 2025 am 12:13 AM

Git and GitHub are not the same thing. Git is a version control system, and GitHub is a Git-based code hosting platform. Git is used to manage code versions, and GitHub provides an online collaboration environment.

See all articles

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

AI Hentai Generator

AI Hentai Generator

Generate AI Hentai for free.

Hot Article

R.E.P.O. Energy Crystals Explained and What They Do (Yellow Crystal)
4 weeks agoBy尊渡假赌尊渡假赌尊渡假赌
R.E.P.O. Best Graphic Settings
4 weeks agoBy尊渡假赌尊渡假赌尊渡假赌
R.E.P.O. How to Fix Audio if You Can't Hear Anyone
1 months agoBy尊渡假赌尊渡假赌尊渡假赌
R.E.P.O. Chat Commands and How to Use Them
1 months agoBy尊渡假赌尊渡假赌尊渡假赌

Hot Tools

MantisBT

MantisBT

Mantis is an easy-to-deploy web-based defect tracking tool designed to aid in product defect tracking. It requires PHP, MySQL and a web server. Check out our demo and hosting services.

SAP NetWeaver Server Adapter for Eclipse

SAP NetWeaver Server Adapter for Eclipse

Integrate Eclipse with SAP NetWeaver application server.

VSCode Windows 64-bit Download

VSCode Windows 64-bit Download

A free and powerful IDE editor launched by Microsoft

SublimeText3 English version

SublimeText3 English version

Recommended: Win version, supports code prompts!

ZendStudio 13.5.1 Mac

ZendStudio 13.5.1 Mac

Powerful PHP integrated development environment