Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 283 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 283 Bytes

Vagrant box (Applicable on host only)

Helper to run box for ServerChef Virtual Machine

Instructions

# Start the virtual machine
$ vagrant up

# Add hosts to `/etc/hosts`:
$ sudo -c 'printf "192.168.33.10\tserverchef.local\tssh.serverchef.local\n" >> /etc/hosts'