Skip to content

GitLab

  • Menu
    • Projects Groups Snippets
      Help
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • G gitlabhq1
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 21
    • Issues 21
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 12
    • Merge requests 12
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Infrastructure Registry
  • Analytics
    • Analytics
    • CI/CD
    • Repository
    • Value stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • gpt
  • large_projects
  • gitlabhq1
  • Merge requests
  • !4702

Closed
Created 11 years ago by Administrator@rootOwner
  • Report abuse
Report abuse

additional instruction regarding build dependencies

  • Overview 9
  • Commits 1
  • Changes 1

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'

Loading
Loading

  • Administrator
    Administrator @root · 11 years ago
    Owner

    Created by: tiger-seo

    btw, there is no need to execute sudo gem install charlock_holmes --version '0.6.9.4' because sudo -u git -H bundle install --deployment --without development test postgres unicorn aws is also installing this

    By Administrator on 2013-08-04T14:58:18 (imported from GitLab project)

  • Administrator
    Administrator @root · 11 years ago
    Owner

    Created by: coveralls

    Coverage Status

    Coverage decreased (-0%) when pulling 41467a87 on tiger-seo:patch-1 into b99f357e on gitlabhq:master.

    By Administrator on 2013-08-04T15:15:43 (imported from GitLab project)

  • Administrator
    Administrator @root · 11 years ago
    Owner

    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 add sudo apt-get install libxml2-dev libxslt-dev to the instruction

    By Administrator on 2013-08-04T15:13:28 (imported from GitLab project)

  • Administrator
    Administrator @root · 11 years ago
    Owner

    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)

  • Administrator
    Administrator @root · 11 years ago
    Owner

    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)

  • Administrator
    Administrator @root · 11 years ago
    Owner

    Created by: axilleas

    No problem :)

    By Administrator on 2013-08-04T20:59:16 (imported from GitLab project)

  • Administrator
    Administrator @root · 11 years ago
    Owner

    Created by: nafg

    Another needed dependency, not mentioned:

    sudo apt-get install libicu-dev

    By Administrator on 2013-12-10T11:03:08 (imported from GitLab project)

  • Administrator
    Administrator @root · 11 years ago
    Owner

    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)

  • Administrator
    Administrator @root · 11 years ago
    Owner

    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)

  • You're only seeing other activity in the feed. To add a comment, switch to one of the following options.
Please register or sign in to reply
0 Assignees
Assign to
0 Reviewers
Request review from
Milestone
No milestone
None
None
Time tracking
0
Labels
None
Assign labels
  • No matching results
  • Manage project labels
Lock merge request
Unlocked
participants
Reference:
Source branch: github/fork/tiger-seo/patch-1

    0 pending comments

Menu

Projects Groups Snippets
Help