Files
gitlab-recipes/install/ubuntu/README.md
2013-09-18 16:14:23 +03:00

639 B

One script installer for clean ubuntu 12.04 x64

Made for GitLab v4.0

ABOUT

This script performs a complete installation of Gitlab for ubuntu server 12.04.1 x64:

  • packages update
  • redis, git, postfix etc
  • ruby setup
  • git, gitlab users
  • gitolite fork

Notes

!IMPORTANT run as root or sudo without prompting password cause script ignore any input.

USAGE

1. Run script (replace gitlab.example.com with your domain or ip address)

curl https://raw.github.com/gitlabhq/gitlab-recipes/master/install/ubuntu/ubuntu_server_1204.sh | sudo domain_var=gitlab.example.com sh

2. Reboot machine