Commit 1b60913e8dedeed78c166c9d9113d260d7059e97

Authored by Dmitriy Zaporozhets
2 parents 92b5e6b3 d97d811d

Merge branch 'simple-pointers-in-readme' into 'master'

Simple pointers in readme
Showing 1 changed file with 6 additions and 0 deletions   Show diff stats
README.md
... ... @@ -81,8 +81,12 @@ or by directly calling the script
81 81  
82 82 sudo /etc/init.d/gitlab start
83 83  
  84 +Please login with root / 5iveL!fe
  85 +
84 86 ### Run in development mode
85 87  
  88 +Consider setting up the development environment with [the cookbook](https://gitlab.com/gitlab-org/cookbook-gitlab/blob/master/README.md#installation).
  89 +
86 90 Copy the example development unicorn configuration file
87 91  
88 92 cp config/unicorn.rb.example.development config/unicorn.rb
... ... @@ -96,6 +100,8 @@ or start each component separately
96 100 bundle exec rails s
97 101 script/background_jobs start
98 102  
  103 +And surf to [localhost:3000](http://localhost:3000/) and login with root / 5iveL!fe
  104 +
99 105 ### Run the tests
100 106  
101 107 * Run all tests
... ...