summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-04-14 13:19:29 +0000
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-04-14 13:19:29 +0000
commit1b60913e8dedeed78c166c9d9113d260d7059e97 (patch)
treec5e0d10d6bc016d63005790ddcc010e0d0ce74ab /README.md
parent92b5e6b3bf997d330b9840422295e872a0ab0981 (diff)
parentd97d811d2a463af2fe2920e06b6455fd72432a00 (diff)
downloadgitlab-ce-1b60913e8dedeed78c166c9d9113d260d7059e97.tar.gz
Merge branch 'simple-pointers-in-readme' into 'master'
Simple pointers in readme
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index 0bc28e8a286..31065cf3020 100644
--- a/README.md
+++ b/README.md
@@ -81,8 +81,12 @@ or by directly calling the script
sudo /etc/init.d/gitlab start
+Please login with root / 5iveL!fe
+
### 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
cp config/unicorn.rb.example.development config/unicorn.rb
@@ -96,6 +100,8 @@ or start each component separately
bundle exec rails s
script/background_jobs start
+And surf to [localhost:3000](http://localhost:3000/) and login with root / 5iveL!fe
+
### Run the tests
* Run all tests