Skip to content

GitLab

  • Menu
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
  • Issues
  • #3588

Closed
Open
Created Apr 13, 2013 by Administrator@rootOwner

Improvements of installation instructions

Created by: dirkboye

I'm a new user of Gitlab 5.0 and I'm very happy with it running smoothly now.

Following things could be improved in the installation instructions:

Putting postfix in the installation documentation with a "-y"

apt-get install -y .... postfix ....

is a very bad idea. That killed my qmail server and I had to restore my server from a backup because simply reinstalling qmail didn't do the trick :-)

Perhaps you could add a small paragraph "Install postfix or other mail server".

Another lib that has to be added to the list of apt-get install is

libmysqlclient16-dev

because without this mysql gem installation will fail.

My server environment will migrate to Ubuntu 12.04 LTS later this quarter but at the moment I'm still stuck with 10.04 LTS. In this version the redis-server version is too old. I found the solution in the public troubleshooting wiki but there are no red warning signals during installation or when running the server. The issue reporting that problem is here: https://github.com/gitlabhq/gitlabhq/issues/2675 The sidekiq.log is flooding with errors.

Perhaps you could put a redis-server version test into the installation? Or put a paragraph into the instructions saying you need at least version xx of redis-server and a link to the troubleshooting wiki? (It took quite some time to find out where the problem was)

Assignee
Assign to
Time tracking