gdk install seems to be frozen
Installation stopped at the following line:
== Seed from /home/kolesar/dev/gitlab/gitlab-development-kit/gitlab/db/fixtures/development/04_project.rb
.
CPU was idle, iowait was low. After some minutes I have pressed Ctrl+C, got error message:
ActiveRecord::StatementInvalid: PG::UnableToSend: server closed the connection unexpectedly
This probably means the server terminated abnormally before or while processing the request.
: ROLLBACK
I have examined 04_project.rb where I have seen a list of repositories. Second item was 'https://gitlab.com/gitlab-org/gitlab-ce.git' that is a huge repository over 100 MB. Cloning this repository took several minutes at my network connection while console did not show any progress.
This script could tell the user to be patient until large amounts of data is downloaded over the network.