Advertisement
Guest User

Untitled

a guest
Aug 8th, 2016
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. cd /home/git/gitlab && sudo -u git -H bundle exec rails console production
  2.  
  3. user = User.create(:username => 'user1',
  4. :name => 'Test',
  5. :password => '12345678',
  6. :password_confirmation => '12345678',
  7. :email => 'test@example.org',
  8. :admin => true)
  9.  
  10. user.save!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement