diff options
author | Marin Jankovski <marin@gitlab.com> | 2014-04-08 11:17:19 +0200 |
---|---|---|
committer | Marin Jankovski <marin@gitlab.com> | 2014-04-08 11:17:19 +0200 |
commit | 4df1a10e906d308089343ea400f5c510a9f0e90c (patch) | |
tree | e60c3b264848a21b97369f3182969445185c2237 /README.md | |
parent | e7087fbfc4146d52fdac8a73e6c3157c3aa57cfa (diff) | |
download | gitlab-ce-4df1a10e906d308089343ea400f5c510a9f0e90c.tar.gz |
Update development steps.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md index fcc40f1b917..374f4aee8f3 100644 --- a/README.md +++ b/README.md @@ -85,6 +85,10 @@ or by directly calling the script ### Run in development mode +Copy the example development unicorn configuration file + + cp config/unicorn.rb.example.development config/unicorn.rb + Start it with [Foreman](https://github.com/ddollar/foreman) bundle exec foreman start -p 3000 |