cp definitions/development-vm/definition.rb.example definitions/development-vm/definition.rb
- CPU Count: 4 - If you do not have 4 cores, decrease this number.
- Memory: 8gb - If you do not have more than 8gb of RAM, decrease this number.
- Hard Drive: 20gb
Modify the settings to suit your needs.
Copy Vagrantfile.example as Vagrantfile or create your own.
ssh-add ~/.ssh/id_rsa
rake install
rake reset
rake vm:provision
sudo dhclient if your vm cannot connect to the internet (this typically happens when you use different WiFi networks)