Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 255 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 255 Bytes

Install

vagrant plugin install dotenv
vagrant up

Ssh

Add below:

# ~/.ssh/config
Host mouselocal
  HostName 192.168.33.10
  User vagrant
  IdentityFile ~/.vagrant.d/insecure_private_key

https://github.com/metarubygems/jack-rabbit