Commit 631eb0420c03da8ada8edb2e94f7474952fbd070
1 parent
749d198f
Exists in
spb-stable
and in
2 other branches
No need to copy the unicorn file if you use the cookbook.
Showing
1 changed file
with
6 additions
and
5 deletions
Show diff stats
README.md
@@ -29,7 +29,7 @@ | @@ -29,7 +29,7 @@ | ||
29 | 29 | ||
30 | ### Resources | 30 | ### Resources |
31 | 31 | ||
32 | -* [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/). | 32 | +* [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/). |
33 | 33 | ||
34 | * [GitLab Enterprise Edition](https://www.gitlab.com/gitlab-ee/) offers additional features aimed at larger organizations. | 34 | * [GitLab Enterprise Edition](https://www.gitlab.com/gitlab-ee/) offers additional features aimed at larger organizations. |
35 | 35 | ||
@@ -71,14 +71,15 @@ or by directly calling the script | @@ -71,14 +71,15 @@ or by directly calling the script | ||
71 | 71 | ||
72 | Please login with root / 5iveL!fe | 72 | Please login with root / 5iveL!fe |
73 | 73 | ||
74 | -### Run in development mode | ||
75 | - | ||
76 | -Consider setting up the development environment with [the cookbook](https://gitlab.com/gitlab-org/cookbook-gitlab/blob/master/README.md#installation). | 74 | +### Install a development environment |
77 | 75 | ||
78 | -Copy the example development unicorn configuration file | 76 | +We recommend setting up your development environment with [the cookbook](https://gitlab.com/gitlab-org/cookbook-gitlab/blob/master/README.md#installation). |
77 | +If you do not use the cookbook you might need to copy the example development unicorn configuration file | ||
79 | 78 | ||
80 | cp config/unicorn.rb.example.development config/unicorn.rb | 79 | cp config/unicorn.rb.example.development config/unicorn.rb |
81 | 80 | ||
81 | +### Run in development mode | ||
82 | + | ||
82 | Start it with [Foreman](https://github.com/ddollar/foreman) | 83 | Start it with [Foreman](https://github.com/ddollar/foreman) |
83 | 84 | ||
84 | bundle exec foreman start -p 3000 | 85 | bundle exec foreman start -p 3000 |