Commit d97d811d2a463af2fe2920e06b6455fd72432a00
1 parent
0f31acd0
Exists in
spb-stable
and in
3 other branches
List the next steps.
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 | ... | ... |