Installation mit vagrant geht nicht

Hallo, ich habe folgendes Problem.
Ich versuche die Installation mit Vagrant. Habe die Files kopiert und varagnt up ausgeführt.

Fehler:
Line number: 23
Message: Errno::ENOENT: No such file or directory @ rb_sysopen - C:/ox/base_vm//Vagrantfile

Was muss ich in den Ordner ‘base_vm’ kopieren damit es funktioniert?
Wer kann mir weiterhelfen?

https://marco-steinhaeuser.de/assemble-a-local-dev-environment-not-only-for-oxid-eshop-6-in-a-vagrant-box.html
Fehler:

Directory of C:\ox

28.05.2018 14:55 .
28.05.2018 14:55 …
01.12.2017 13:28 80 .gitattributes
01.12.2017 13:28 204 .gitignore
01.12.2017 13:28 90 .gitmodules
01.12.2017 13:28 342 .vagrantplugins
28.05.2018 14:55 ansible
01.12.2017 13:28 207 ansible.cfg
01.12.2017 13:28 base_vm
01.12.2017 13:28 1 149 CONTRIBUTING.md
01.12.2017 13:28 7 651 LICENSE.txt
01.12.2017 13:28 294 personal.yml.dist
01.12.2017 13:28 12 570 README.rst
01.12.2017 13:28 548 Vagrantfile
10 File(s) 23 135 bytes
4 Dir(s) 6 089 715 712 bytes free

C:\ox>vagrant up
There was an error loading a Vagrantfile. The file being loaded
and the error message are shown below. This is usually caused by
a syntax error.

Path: C:/ox/Vagrantfile
Line number: 23
Message: Errno::ENOENT: No such file or directory @ rb_sysopen - C:/ox/base_vm//Vagrantfile

C:\ox>

Hast Du möglicherweise diesen Link im Blogpost übersehen?

Das sind die absoluten Voraussetzungen. Wenn das nicht läuft, geht nix :wink:

Bekomme folgeden Fehler

C:\oxvm_base>vagrant up
Bringing machine ‘default’ up with ‘virtualbox’ provider…
==> default: Importing base box ‘ubuntu/trusty64’…
==> default: Matching MAC address for NAT networking…
==> default: Setting the name of the VM: default
==> default: Clearing any previously set forwarded ports…
==> default: Clearing any previously set network interfaces…
==> default: Preparing network interfaces based on configuration…
default: Adapter 1: nat
default: Adapter 2: hostonly
==> default: Forwarding ports…
default: 22 (guest) => 2222 (host) (adapter 1)
==> default: Running ‘pre-boot’ VM customizations…
==> default: Booting VM…
==> default: Waiting for machine to boot. This may take a few minutes…
default: SSH address: 127.0.0.1:2222
default: SSH username: vagrant
default: SSH auth method: private key
default:
default: Vagrant insecure key detected. Vagrant will automatically replace
default: this with a newly generated keypair for better security.
default:
default: Inserting generated public key within guest…
default: Removing insecure key from the guest if it’s present…
default: Key inserted! Disconnecting and reconnecting using new SSH key…
Timed out while waiting for the machine to boot. This means that
Vagrant was unable to communicate with the guest machine within
the configured (“config.vm.boot_timeout” value) time period.

If you look above, you should be able to see the error(s) that
Vagrant had when attempting to connect to the machine. These errors
are usually good hints as to what may be wrong.

If you’re using a custom box, make sure that networking is properly
working and you’re able to connect to the machine. It is a common
problem that networking isn’t setup properly in these boxes.
Verify that authentication configurations are also setup properly,
as well.

If the box appears to be booting properly, you may want to increase
the timeout (“config.vm.boot_timeout”) value.