Could not be used.
Gitlab it was started, but was not able to login.
Although HP has confirmed the other of Bitnami, login method eventually could not understand.
I was successful First use instance in AWS and login to instance via console. Then sudo gitlab-ctl reconfigure Sudo gitlab-ctl start Sudo gitlab-rails console -e production user = User.where(id: 1).first user.password = 'secret_pass' user.password_confirmation = 'secret_pass' user.save! Now find public IP and put into browser. Login admin@example.com Use password you set using ruby console above. That's it