diff options
author | Dmitriy Zaporozhets <dzaporozhets@sphereconsultinginc.com> | 2012-11-07 14:01:23 +0200 |
---|---|---|
committer | Dmitriy Zaporozhets <dzaporozhets@sphereconsultinginc.com> | 2012-11-07 14:01:23 +0200 |
commit | d52f06f38013540a9798686aa37c4dad120c3d74 (patch) | |
tree | ca517f23a3f632a0d3e61cf6b5587fd34845421e /doc | |
parent | 22d0569dbbbaa12f3589717f25c340f8b67df1c7 (diff) | |
download | gitlab-ce-d52f06f38013540a9798686aa37c4dad120c3d74.tar.gz |
Remove gitlab-cli and Proc.prod. Use foreman for development and unicorn for production.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/development.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/development.md b/doc/development.md index ef6a9b02757..179c708de53 100644 --- a/doc/development.md +++ b/doc/development.md @@ -8,9 +8,9 @@ Install the Gitlab development in a virtual machine with the [Gitlab Vagrant vir ### Start application in development mode -#### 1. Via gitlab cli +#### 1. Via foreman - ./gitlab start + bundle exec foreman start -p 3000 #### 2. Manually |