# CodeFever
**Repository Path**: mirrors/CodeFever
## Basic Information
- **Project Name**: CodeFever
- **Description**: CodeFever 是完全免费开源的 Git 代码托管服务 (A Self-hosted Git Services),支持一行命令安装到自己服务器
- **Primary Language**: PHP
- **License**: MIT
- **Default Branch**: master
- **Homepage**: https://www.oschina.net/p/codefever
- **GVP Project**: No
## Statistics
- **Stars**: 18
- **Forks**: 4
- **Created**: 2022-03-31
- **Last Updated**: 2025-11-22
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
CodeFever Community
A Fully Open Source Code Hosting Service for Git
[](CODE_OF_CONDUCT.md) [](https://codefever.cn) [](https://github.com/PGYER/codefever/)
Built with ❤︎ by
CodeFever
Indexes
---
- [Features](#Features)
- [Installation](#Installation)
- [Upgrade](#Upgrade)
- [User Guide](#User%20Guide)
- [Feedback](#Feedback)
- [Contribute](#Contribute)
- [Contribute to Docs](#Contribute%20to%Docs)
- [About](#About)
---
### **Demo**
[Demo](http://43.132.120.17/) (DO NOT upload the production code, This DEMO is for evaluation purposes only. This demo is running on a 1 vCPU & 1 GB memory VPS)
### **Features**
- 🆓 **Free:** Free for everyone to use and don't have to worry about any paying
- ❤️ **Open Source:** Fully Open Source without any compiled or encrypted code
- 🥬 **Lightweight:** Minimalist design style, excluding heavy redundancy of redundant features
- ⚡️ **Efficiency:** Very fast, very low server resource costs, minimum requirement is 1 vCPU & 1G RAM.
- ♾️ **Unlimited:** There is no limit to the number of repository
- ⌨️ **Code Review:** Highlighting comparison with different versions of code or branches
- 🛤️ **Branch:** Full support for Git native branches and Tags to help manage code more clearly
- 🙋️ **Merge Request:** Support for team collaboration for smoother code version control
- 🙅🏻 **Branch Protection:** Branch protection makes code commits safe and controllable, and code reviews easier and clearer
- 👥 **Collaboration:** Team collaboration and the ability to set roles and permissions for each member
- 🔌 **Integration:** Eeasily integrated with other systems you are using via webhook, for example, jira, jenkins, etc.
- 🖥️ **Management:** With super Management protal, you can let the team leader manage all the project and users
- 💬 **Language:** Native support for both Chinese and English languages
### **Installation**
`CodeFever` provides `Install From Scratch` and `Install Via Docker`, choose the installation method according to your actual needs.
- **(Recommended)** The easiest way is to use `Docker`, which can be done with a one line of command, see: [Install Via Docker](doc/en-us/installation/install_via_docker.md)
- For learning, research or customization needs, you can also install it manually, see: [Install From Scratch](doc/en-us/installation/install_from_scratch.md)
### **Upgrade**
`CodeFever` can be updated and keep the original data, follow the documentation to complete the update operation. See: [Update CodeFever](doc/en-us/installation/update.md)
### **User Guide**
- [Repository](doc/en-us/repo)
- [Repository Group](doc/en-us/repo_group)
- [Administrator](doc/en-us/admin)
- [Git](doc/en-us/git)
- [FAQ](doc/en-us/common)
### **Feedback**
- If any issue or inconvenient encountered while using `CodeFever Community`, feel free to submit `Issue`. See: [Bug Fix Issue](doc/en-us/contribute/bug_fix_issue.md)
- If you have any idea to improve `CodeFever Community`, feel free to submit an `Issue` as well. See: [Feature Request issue](doc/en-us/contribute/request_feature_issue.md)
### **Contribute**
Feel free to submit a `PR`, please make sure to test it properly after fixing the `Bug` or adding a `Feature`.
- If the content of the `PR` is a bug fix issue, please submit the `Issue` first and reference the `Issue` when submitting the PR. Reference: [Bug Fix PR](doc/en-us/contribute/bug_fix_pr.md)
- If the content of the `PR` is a new feature, please describe the feature in as much detail as possible in the `PR`, and if the PR is a commit for a feature request issue, reference the `Issue` when submitting the PR. Reference: [New Feature PR](doc/en-us/contribute/new_feature_pr.md)
### **Contribute to Docs**
You are welcome to correct errors in the document or participate in the translation works, please make sure the content of the document is accurate before submitting `PR`, please refer to: [Document PR](doc/en-us/contribute/doc_pr.md)
### **About**
The `CodeFever` project was initially developed and maintained by `PGYER` and went live in June 2020 [https://codefever.pgyer.com/](https://codefever.pgyer.com/). After nearly two years of stability verification, the project was open sourced in February 2022 to be tested by the community.
After `CodeFever` open source, the open source version is called `CodeFever Conmmunity` version. The public cloud version will continue to be called `CodeFever`.
`CodeFever Community` is developed by the `PGYER` team and is fully open source based on the `MIT` license, and has completely independent property rights, so you can use it without worrying about whether it violates other's rights.
`CodeFever Community` retains most of the features of `CodeFever` and is optimized for standalone deployment. `CodeFever Community` also accepts community submissions as `CodeFever` is updated.