1
0
mirror of https://github.com/eoli3n/dotfiles synced 2024-11-26 14:13:53 +01:00
eoli3n-dotfiles/vagrant/debian
2017-12-28 03:16:08 +01:00
..
README.md littles fixes 2017-12-27 14:32:59 +01:00
Vagrantfile Go to $HOME ! 2017-12-28 03:16:08 +01:00

Dependencies

  • Vagrant
  • Virtualbox

Provision

This is fully automatised

git clone --recursive https://github.com/eoli3n/dotfiles
cd dotfiles
git checkout <master|dev>
cd vagrant/<archlinx|debian|centos|freebsd>
vagrant up

Test

  • Launch virtualbox GUI, open VM
  • Login in TTY
    • Login : vagrant
    • Password : vagrant
  • startx

Clean after test

  • Suppress Virtualbox VM
cd ~/dotfiles/vagrant/<archlinx|debian|centos|freebsd>
vagrant destroy
  • Suppress Vagrant box
vagrant box list
vagrant box remove <box>