-
Get VirtualBox and Vagrant.
-
Start and provision the environment:
vagrant up
-
Enter the environment:
vagrant ssh cd /vagrant
Voilà! You're inside of an Ubuntu VM which you can run any tasks.
Get VirtualBox and Vagrant.
Start and provision the environment:
vagrant up
Enter the environment:
vagrant ssh
cd /vagrant
Voilà! You're inside of an Ubuntu VM which you can run any tasks.