Commit d97d811d2a463af2fe2920e06b6455fd72432a00

Authored by dosire
1 parent 0f31acd0

List the next steps.

Showing 1 changed file with 6 additions and 0 deletions   Show diff stats
@@ -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