Sign in
Categories
Your Saved List Become a Channel Partner Sell in AWS Marketplace Amazon Web Services Home Help

Could not be used.

  • By OGIS Staging
  • on 05/21/2015

Gitlab it was started, but was not able to login.
Although HP has confirmed the other of Bitnami, login method eventually could not understand.


  • By Tom
  • on 07/28/2020

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