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

problems on osx #7

Open
leejordan opened this issue Sep 8, 2015 · 4 comments
Open

problems on osx #7

leejordan opened this issue Sep 8, 2015 · 4 comments

Comments

@leejordan
Copy link

Hi, I am having issues with this on osx.

Vagrant up completes and tells me

==> default: Magento2 Vagrant Box ready!
==> default: Go to http://192.168.33.10/magento2/setup/ to finish installation.

But when I visit that url I get a blank page and nothing loads. There are some errors during vagrant up that might be worth noting:

==> default: AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using 10.0.2.15. Set the 'ServerName' directive globally to suppress this message

==> default: chmod: cannot access ‘/var/www/html/magento’
==> default: : No such file or directory
@leejordan
Copy link
Author

Also, I had to run git submodule init before git submodule update would work. Just something I forgot to mention that you might want to add to your readme.

@leejordan
Copy link
Author

I solved this error:

==> default: chmod: cannot access ‘/var/www/html/magento’

bootstrap.sh was trying to chmod this folder chmod 777 -R /var/www/html/magento which didn't exist so I changed it to chmod 777 -R /var/www/html/magento2 and I now have a working magento2 vm.

Perhaps the folder name has changed in magneto2 since you first wrote this?

But the bad news is I still don't end up with a working magento2 server. when I hit http://192.168.33.10/magento2/setup/ I just get a blank page.

@leejordan
Copy link
Author

http header reports a 500 server error but I am not sure how to glean more information about the error.

@ryanstreet
Copy link
Owner

thank you for this information. I will take a look at it and see where I can get these fixed.

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

No branches or pull requests

2 participants