mirror of
https://github.com/jlengrand/gitlab-recipes.git
synced 2026-03-10 08:11:17 +00:00
639 B
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