You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
6 years ago | |
|---|---|---|
| .. | ||
| README.md | 8 years ago | |
| doinst.sh | 8 years ago | |
| gitlab-backup.cron | 8 years ago | |
| gitlab.SlackBuild | 8 years ago | |
| gitlab.default | 8 years ago | |
| gitlab.info | 8 years ago | |
| gitlab.logrotate | 8 years ago | |
| rc.gitlab-sidekiq | 8 years ago | |
| rc.gitlab-unicorn | 8 years ago | |
| slack-conflicts | 8 years ago | |
| slack-desc | 8 years ago | |
| slack-required | 8 years ago | |
| slack-suggests | 8 years ago | |
README.md
GitLab CE (Community Edition) is a web-based Git repository manager with wiki and issue tracking features. Self-hosted alternative to GitHub.
You can override DOCROOT, PRGHOME, PIDDIR, LOGDIR, GITLABUSER, GITLABGROUP, GITLABUID, GITLABGID and RAILS_ENV at build time.
They default to:
- DOCROOT=var/www
- PRGHOME=var/lib/gitlab
- PIDDIR=var/run/gitlab
- LOGDIR=var/log/gitlab
- GITLABUSER=git
- GITLABGROUP=git
- GITLABUID=507
- GITLABGID=507
- RAILS_ENV=production
⚠️ WARNING ⚠️
During package installation doinst.sh will attempt to create GitLab's user if missing.
To disable this feature comment out or delete add_user_group() function and/or it's call.
For configuration help, you can visit:
- Official documentation: https://gitlab.com/gitlab-org/gitlab-ce/blob/master/doc/install/installation.md
- Our HOWTO page.