Commit 1b60913e8dedeed78c166c9d9113d260d7059e97
Exists in
spb-stable
and in
3 other branches
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,8 +81,12 @@ or by directly calling the script | ||
81 | 81 | ||
82 | sudo /etc/init.d/gitlab start | 82 | sudo /etc/init.d/gitlab start |
83 | 83 | ||
84 | +Please login with root / 5iveL!fe | ||
85 | + | ||
84 | ### Run in development mode | 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 | Copy the example development unicorn configuration file | 90 | Copy the example development unicorn configuration file |
87 | 91 | ||
88 | cp config/unicorn.rb.example.development config/unicorn.rb | 92 | cp config/unicorn.rb.example.development config/unicorn.rb |
@@ -96,6 +100,8 @@ or start each component separately | @@ -96,6 +100,8 @@ or start each component separately | ||
96 | bundle exec rails s | 100 | bundle exec rails s |
97 | script/background_jobs start | 101 | script/background_jobs start |
98 | 102 | ||
103 | +And surf to [localhost:3000](http://localhost:3000/) and login with root / 5iveL!fe | ||
104 | + | ||
99 | ### Run the tests | 105 | ### Run the tests |
100 | 106 | ||
101 | * Run all tests | 107 | * Run all tests |