Remove gitlab-cli and Proc.prod. Use foreman for development and unicorn for production.

This commit is contained in:
Dmitriy Zaporozhets 2012-11-07 14:01:23 +02:00
parent 22d0569dbb
commit d52f06f380
3 changed files with 2 additions and 79 deletions

View file

@ -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