Steven Richardson
Steven Richardson
Can you attach the output from your console during provision? It would appear the VHOSTS have not been configured correctly. They are set to your base url you set during...
Is this still an issue?
I am unable to replicate this. Are you running the latest version of Magestead?
What connection details are you using to connect with Sequel Pro? I just connect using SSH tunnel using vagrant default connections then connect to the DB using the setup credentials.
@s2010 Do you have an example output? Is `$HOME` defined? What happens if you set it to ``` export PATH="$PATH:~/.composer/vendor/bin"' >> ~/.bash_profile ```
This is strange, I haven't encountered this one before. Strange it recognises the right file but can't access unless explicitly set. I'll investigate and get back to you.
Submitted a PR #91 to resolve this issue. Please note the highest PHPUnit version we can go to at the moment is 5.7 as it still supports PHP5.6 Feel free...
Hi, When you setup your Magestead project it asked you if you wish to add a GIT project. By supplying your GIT repo address, Magestead would initialise the GIT repo...
Which host OS are you using? Vagrant and Virtualbox versions?
I haven't tested this with PHP 7.0 on the host machine yet however I don't think this would be the issue. It is most likely an issue with vagrant and...