Back to Openmediavault

Using VirtualBox

vagrant/debian/README.md

latest1.1 KB
Original Source

Using VirtualBox

  1. Install
$ sudo apt-get install virtualbox
  1. Install NFS kernel server
$ sudo apt-get install nfs-kernel-server
  1. Download Vagrant from https://www.vagrantup.com/downloads.html
$ sudo apt-get install vagrant
  1. Install vagrant-reload plugin (https://github.com/aidanns/vagrant-reload/tree/master)
$ vagrant plugin install vagrant-reload

Using libvirt

  1. Install
$ sudo apt install qemu-kvm virt-manager
  1. Install NFS kernel server
$ sudo apt-get install nfs-kernel-server
  1. Download Vagrant from https://www.vagrantup.com/downloads.html
$ sudo apt-get install vagrant vagrant-libvirt
  1. Install vagrant-reload plugin (https://github.com/aidanns/vagrant-reload/tree/master)
$ vagrant plugin install vagrant-reload

Troubleshooting

  • If you need to log in with the root user via SSH or TTY, then use the password openmediavault.

  • If you get the error mount.nfs: access denied by server while mounting ..., then make sure your home directory /home/<USER>/ is accessible (r-x) by others.