New project error 500 on Raspberry Pi 2
Hi,
I've installed a Gitlab using the following instructions: https://about.gitlab.com/2015/04/21/gitlab-on-raspberry-pi-2/
With the following package: https://downloads-packages.s3.amazonaws.com/raspberry-pi/gitlab-ce_7.12.0~omnibus%2B20150622131235-1_armhf.deb
When I try to create a new project, from the Gitlab Web interface, I recive the following error:
500
Whoops, something went wrong on our end.
Try refreshing the page, or going back and attempting the action again.
Please contact your GitLab administrator if this problem persists.
I only have changed the following parameter on /etc/gitlab/gitlab.rb: git_data_dir "/home/pi/gitlab/git-data"
A 32GB Usb memory stick is mounted under this directory and format as ext4.
Thanks for your help.