Hi,
Wanted to try Neos 2.2 with this box, but unfortunately didn't succeed with that.
Logged to Neos BE and it complained, that it is not set up yet, so prompetd me to go to http://2.2.local.neos.io/setup/
I went there, logged in, passed first step (btw, only gd is recognized there - no gm or im), which was already executed long (about 2 minutes), and then after submitting 2nd step (db settings), where I didn't touch anything, I've got 504 errror after about 4 minutes of waiting.
Next I tried to do all the same with XHProf, and it showed me a time eater:

So, after a bit playing with the code, I've found, that it hangs on typo3.flow:doctrine:migrate.
I've executed it from CLI:

Looks good, but however the setup process still hangs.
Also I've profiled the 1st step of setup and without surprise it was also hanging in exec() but of typo3.flow:core:compile.
And here I'm stuck. Did I forget to do something or it is a common issue?