Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

getting started directions no longer lead to working system #37

Closed
acodispo opened this issue Aug 5, 2017 · 4 comments
Closed

getting started directions no longer lead to working system #37

acodispo opened this issue Aug 5, 2017 · 4 comments
Labels

Comments

@acodispo
Copy link

acodispo commented Aug 5, 2017

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!

@hawkeyeP
Copy link

hawkeyeP commented Sep 1, 2017

I'm having the same problem. It looks like SSL is automatically enabled regardless if you put true or false in the Vagrantfile. If you got to https://yoursite.dev it will load your index file. I'm trying to figure out how to disable the SSL. If you edit the httpd-vhosts it doesn't seem to do anything.

@goodguyry
Copy link
Owner

Shit. Sorry y'all. I've let this project slip. It was quiet for so long, I got a false sense of security...

But I think I know what's going on here.

https://github.com/goodguyry/dreambox/blob/master/files/user_setup#L219

That should be [[ 'true' == $ENABLE_SSL ]], since it's converted to a string value when passed into Vagrant. I'll get this fixed tomorrow and send it up.

Thanks for reporting and sorry for the delay.

@goodguyry goodguyry added the bug label Sep 20, 2017
@acodispo
Copy link
Author

@goodguyry Good to hear from you! No worries, I'll look forward to your update. :-)

@goodguyry goodguyry mentioned this issue Sep 21, 2017
@goodguyry
Copy link
Owner

Version 0.2.4 is up on Vagrant Cloud

https://app.vagrantup.com/goodguyry/boxes/dreambox/versions/0.2.4

vagrant box update

In my testing, the solution outlined in my previous comment fixes bug with SSL being perpetually enabled. Let me know if this clears up the issue on your end as well. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants