Add bin/dev
script to launch foreman (#28242)
This commit is contained in:
parent
b6b94c971f
commit
64b8ba36bb
3 changed files with 28 additions and 12 deletions
2
Vagrantfile
vendored
2
Vagrantfile
vendored
|
@ -188,7 +188,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
|
|||
|
||||
config.vm.post_up_message = <<MESSAGE
|
||||
To start server
|
||||
$ vagrant ssh -c "cd /vagrant && foreman start"
|
||||
$ vagrant ssh -c "cd /vagrant && bin/dev"
|
||||
MESSAGE
|
||||
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue