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
  • #3573

Closed
Open
Created Apr 11, 2013 by Administrator@rootOwner

Following the installation guide, these were missing:

Created by: gtmtech

Hi,

I followed the installation guide for 5.0 stable, and it didn't quite produce a perfect start.

The missing steps were:

mkdir /home/git/.ssh touch /home/git/.ssh/authorized_keys chmod 600 /home/git/.ssh/authorized_keys chmod 700 /home/git/.ssh

required for git push to work the first time

yum install redis / apt-get install redis /etc/init.d/redis start chkconfig redis on

ensure redis is started and working

Finally, apache/nginx needs access to the /home/git/gitlab/public directory chgrp apache /home/git chmod g+rx /home/git

Hope this helps, otherwise a great start, thanks!

Assignee
Assign to
Time tracking