https://github.com/krlex/gitlab
This is a easy way to install and config GITlab self-hosting server
https://github.com/krlex/gitlab
centos8 debian fedora gitlab linux self-hosted ubuntu1804
Last synced: 2 months ago
JSON representation
This is a easy way to install and config GITlab self-hosting server
- Host: GitHub
- URL: https://github.com/krlex/gitlab
- Owner: krlex
- License: bsd-3-clause
- Created: 2021-02-25T09:52:51.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2025-05-23T09:02:02.000Z (about 1 year ago)
- Last Synced: 2025-12-27T14:30:52.628Z (6 months ago)
- Topics: centos8, debian, fedora, gitlab, linux, self-hosted, ubuntu1804
- Language: Shell
- Homepage:
- Size: 18.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Gitlab for self hosting

We strongly recommend choosing the official Linux package installation since it is quicker to install,
easier to upgrade, and it contains features to enhance reliability not found in other methods.
We also strongly recommend at least `4GB` of RAM and CPU `2` to run GitLab.
# Installation
This script recognize OS(linux) and start update and installation packages. It is very simple to use.
```
./install.sh gitlab.example.com
```
or
```
./install.sh
Enter the DomainName:
gitlab.example.com
```
# About GitLab
GitLab helps you onboard newcomers to your project faster and more easily than ever with a single tool
for all aspects of your software development lifecycle.
Not only created for developers, GitLab enables cross-functional team collaboration.
It's a perfect tool for Design, Documentaion, Engagement, and Governance teams alike.
GitLab's user-friendly and inclusive design makes it easier to attract and retain contributors from
diverse backgrounds to help your open source project thrive.
For more information [click here](https://about.gitlab.com/solutions/open-source/)
# Tested on Linux
This tested on GCP instances and IT WORKS!!!
- Debian
- Ubuntu
- Fedora
- CentOS
- FreeBSD (coming soon)