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
  • Merge requests
  • !1166

Merged
Created Jul 30, 2012 by Administrator@rootOwner

Updated MySQL docs and Ubuntu auto-install script

  • Overview 9
  • Commits 4
  • Changes 2

Created by: three18ti

Hello,

Please pull this one as it is based on the current master branch. Sorry for the confusion.

I have added some additional instruction for MySQL installation/configuration that I think others may find helpful.

Additionally, I ran into an issue where running ./resque.sh as root the first time creates a PID file /home/gitlab/gitlab/tmp/pids/resque_worker.pid owned by root and prevents the service from starting/stopping via init script as the gitlab user cannot write to the PID file. Prepending a sudo -u gitlab resolves this issue and makes this command look uniform with all the other commands in the install instructions.

Finally, I noticed in the instructions, the first line to install all the packages includes sendmail while the install script (https://raw.github.com/gitlabhq/gitlabhq/master/doc/debian_ubuntu.sh) does not. As such, I added sendmail to the install line in the debian_ubuntu.sh install script.

Thanks, Jon

Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: github/fork/three18ti/master