File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1414# Is should be run as root or sudo user w/o password.
1515#
1616# USAGE
17- # 1. sudo apt-get update
1817# !IMPORTANT run as root or sudo without prompting password cause script ignore any input.
19- # 2. curl https://raw.github.com/gitlabhq/gitlab-recipes/master/install/v4/ubuntu_server_1204.sh | sudo domain_var=gitlab.example.com sh
18+ # curl https://raw.github.com/gitlabhq/gitlab-recipes/master/install/v4/ubuntu_server_1204.sh | sudo domain_var=gitlab.example.com sh
2019#
2120
2221
3534# ==
3635# == 1. Packages
3736# ==
37+ sudo apt-get update
3838sudo apt-get install -y wget curl build-essential checkinstall libxml2-dev libxslt-dev libcurl4-openssl-dev libreadline6-dev libc6-dev libssl-dev zlib1g-dev libicu-dev redis-server openssh-server git-core libyaml-dev
3939
4040
You can’t perform that action at this time.
0 commit comments