Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordosire <sytses@gmail.com>2014-04-13 18:40:56 +0400
committerdosire <sytses@gmail.com>2014-04-13 18:40:56 +0400
commitd97d811d2a463af2fe2920e06b6455fd72432a00 (patch)
treed92fa49daacd792d027e1307867ef533671215cd /README.md
parent0f31acd0ec9b8a6ccfe9c6b0038736ad724814c0 (diff)
List the next steps.
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 7764e0a29f2..20717b921b5 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