summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorGitLab <gitlab@localhost>2014-05-29 12:33:14 +0200
committerGitLab <gitlab@localhost>2014-05-29 12:33:14 +0200
commit631eb0420c03da8ada8edb2e94f7474952fbd070 (patch)
treeb076eac0a9ceedd87b72399af61c81943cf98776 /README.md
parent749d198f10fe031d56fda540788148eeaa906bc8 (diff)
downloadgitlab-ce-631eb0420c03da8ada8edb2e94f7474952fbd070.tar.gz
No need to copy the unicorn file if you use the cookbook.
Diffstat (limited to 'README.md')
-rw-r--r--README.md11
1 files changed, 6 insertions, 5 deletions
diff --git a/README.md b/README.md
index 10b3c9a8288..ba653940e2c 100644
--- a/README.md
+++ b/README.md
@@ -29,7 +29,7 @@
### Resources
-* [GitLab.com](https://www.gitlab.com/) includes information about [subscriptions](https://www.gitlab.com/subscription/), [consultancy](https://www.gitlab.com/consultancy/), the [community](https://www.gitlab.com/community/) and the [hosted GitLab Cloud](https://www.gitlab.com/cloud/).
+* [www.gitlab.com](https://www.gitlab.com/) includes information about [subscriptions](https://www.gitlab.com/subscription/), [consultancy](https://www.gitlab.com/consultancy/), the [community](https://www.gitlab.com/community/) and the [hosted GitLab.com](https://www.gitlab.com/gitlab-com/).
* [GitLab Enterprise Edition](https://www.gitlab.com/gitlab-ee/) offers additional features aimed at larger organizations.
@@ -71,14 +71,15 @@ or by directly calling the script
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).
+### Install a development environment
-Copy the example development unicorn configuration file
+We recommend setting up your development environment with [the cookbook](https://gitlab.com/gitlab-org/cookbook-gitlab/blob/master/README.md#installation).
+If you do not use the cookbook you might need to copy the example development unicorn configuration file
cp config/unicorn.rb.example.development config/unicorn.rb
+### Run in development mode
+
Start it with [Foreman](https://github.com/ddollar/foreman)
bundle exec foreman start -p 3000