I've set up a Virtualbox VM (debian 7.6) on my MacMini (10.9). I've successfully installed Gitlab (7.1) in the VM and I'm able to access it from all machines in my network. I'm able to log in and create a user.
However, I'd like the git repositories to be a directory on a shared folder rather than somewhere within the VM. I've added user 'git' to the vboxsf group and as this user I can create directories in the shared folder just fine.
I've tried symlinking /var/opt/gitlab/git-data/repositories to a directory within my shared folder. but I'm getting permission denied when trying to add a user or a group.
Any ideas?