I’ve downloaded Virtual Machine image of GitLab 8.9.6-0 (64-bit) [Ubuntu 14.04] from https://bitnami.com.
Works great out of the box in Oracle VirtualBox.
According to the documentation:
To enable LDAP integration you need to add your LDAP server settings in /etc/gitlab/gitlab.rb or /home/git/gitlab/config/gitlab.yml
I’m not able to locate either /etc/gitlab/gitlab.rb
or /home/git/gitlab/config/gitlab.yml
. Even the directories /etc/gitlab
and /home/git/gitlab
does not exist.
Is the path changed for latest version or do I need to create those directories and config file?