Setup manual does not install curl
Created by: RaymiiOrg
The setup manual here: https://github.com/gitlabhq/gitlabhq/blob/5-4-stable/doc/install/installation.md does not install curl by default. One of my Ubuntu 12.04 VPS servers did not had it installed so I got this error:
curl --progress http://ftp.ruby-lang.org/pub/ruby/1.9/ruby-1.9.3-p392.tar.gz | tar xz
-bash: curl: command not found
Fix: add it to apt-get install line with required packages:
sudo apt-get install -y build-essential zlib1g-dev libyaml-dev libssl-dev libgdbm-dev libreadline-dev libncurses5-dev libffi-dev curl git-core openssh-server redis-server checkinstall libxml2-dev libxslt-dev libcurl4-openssl-dev libicu-dev curl