Remove gitlab-cli and Proc.prod. Use foreman for development and unicorn for production.
This commit is contained in:
parent
22d0569dbb
commit
d52f06f380
3 changed files with 2 additions and 79 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue