Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 439 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 439 Bytes

Requirements

Start vm

$ vagrant up

SSH Tweaks

Needed for edeliver to run ssh commands

$ cat ~/.ssh/config
Host edeliver-vagrant
  Hostname 127.0.0.1
  Port 2200 # get port with vagrant ssh-config
  IdentityFile <path_to_repo>/edeliver-vagrant/.vagrant/machines/default/virtualbox/private_key