Following the installation guide, these were missing:
Closed
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!
Please register or sign in to reply