additional instruction regarding build dependencies
Created by: tiger-seo
without build-essetials i were getting an error when trying to execute sudo gem install charlock_holmes --version '0.6.9.4'
Created by: tiger-seo
btw, there is no need to execute
sudo gem install charlock_holmes --version '0.6.9.4'
becausesudo -u git -H bundle install --deployment --without development test postgres unicorn aws
is also installing thisBy Administrator on 2013-08-04T14:58:18 (imported from GitLab project)
Created by: tiger-seo
one more thing,
sudo -u git -H bundle install --deployment --without development test postgres unicorn aws
requires libxml2 and libxslt-dev to be installed, so it would be nice if you addsudo apt-get install libxml2-dev libxslt-dev
to the instructionBy Administrator on 2013-08-04T15:13:28 (imported from GitLab project)
Created by: axilleas
All these that you are refering to, are mentioned in the installation guide. Did you follow any other source to install GitLab?
By Administrator on 2013-08-04T19:43:12 (imported from GitLab project)
Created by: tiger-seo
pardon me, i missed the section with
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
:(By Administrator on 2013-08-04T20:47:12 (imported from GitLab project)
Created by: Razer6
@nafg It is in https://github.com/gitlabhq/gitlabhq/blob/master/doc/install/installation.md#1-packages--dependencies
By Administrator on 2013-12-10T13:35:22 (imported from GitLab project)
Created by: nafg
Sorry, I realized that afterwards. Somehow it gotten corrupted when I copied-pasted, so that later I got errors.
On Tue, Dec 10, 2013 at 8:36 AM, Robert Schilling notifications@github.comwrote:
@nafg https://github.com/nafg It is in https://github.com/gitlabhq/gitlabhq/blob/master/doc/install/installation.md#1-packages--dependencies
— Reply to this email directly or view it on GitHubhttps://github.com/gitlabhq/gitlabhq/pull/4702#issuecomment-30227014 .
By Administrator on 2013-12-10T16:08:40 (imported from GitLab project)