-
Notifications
You must be signed in to change notification settings - Fork 7
Closed
Labels
Description
I'm following getting started but failing to end up with a usable system. Please advise what I'm doing wrong. I had previously been using dreambox 0.2.1 with no problems, but the new version doesn't seem to work.
This is an ubuntu box.
$ vagrant version
Installed Version: 1.9.7
Latest Version: 1.9.7
You're running an up-to-date version of Vagrant!
$ VBoxManage --version
5.1.26r117224
$ mkdir ~/dboxTest
$ cd ~/dboxTest
$ curl https://raw.githubusercontent.com/goodguyry/dreambox/master/Vagrantfile-example > Vagrantfile
$ mkdir web
$ vagrant up
[output, no errors displayed]Browse to http://192.168.200.200/
All that is displayed is the Apache-default "It works!"
Adding index.php to the web subdirectory has no effect.
What am I missing?
Thanks!