Commit d97d811d authored by dosire's avatar dosire

List the next steps.

parent 0f31acd0
...@@ -81,8 +81,12 @@ or by directly calling the script ...@@ -81,8 +81,12 @@ or by directly calling the script
sudo /etc/init.d/gitlab start sudo /etc/init.d/gitlab start
Please login with root / 5iveL!fe
### Run in development mode ### Run in development mode
Consider setting up the development environment with [the cookbook](https://gitlab.com/gitlab-org/cookbook-gitlab/blob/master/README.md#installation).
Copy the example development unicorn configuration file Copy the example development unicorn configuration file
cp config/unicorn.rb.example.development config/unicorn.rb 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
bundle exec rails s bundle exec rails s
script/background_jobs start script/background_jobs start
And surf to [localhost:3000](http://localhost:3000/) and login with root / 5iveL!fe
### Run the tests ### Run the tests
* Run all tests * Run all tests
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment