Unmaintained packaging scripts
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.
Mykyta Solomko 2f6e64a9f1 Added old slackbuilds (#2) 6 years ago
..
README.md gitlab's new home 8 years ago
doinst.sh gitlab's new home 8 years ago
gitlab-backup.cron gitlab's new home 8 years ago
gitlab.SlackBuild gitlab's new home 8 years ago
gitlab.default gitlab's new home 8 years ago
gitlab.info gitlab's new home 8 years ago
gitlab.logrotate gitlab's new home 8 years ago
rc.gitlab-sidekiq gitlab's new home 8 years ago
rc.gitlab-unicorn gitlab's new home 8 years ago
slack-conflicts gitlab's new home 8 years ago
slack-desc gitlab's new home 8 years ago
slack-required gitlab's new home 8 years ago
slack-suggests gitlab's new home 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: