Cannot Connect Locally with VVV after Install
-
I installed VirtualBox and Vagrant to run VVV, but I am having a ton of issues. I am not quite certain I installed correctly. I have a Git acct and use Git Bash. I followed the First Vagrant Up instructions on Git with the exception that I installed VVV via cloning into C:/Projects instead of vagrant-local.
When I type in https://local.wordpress.dev I do not receive a connection.
Additionally, what further instructions do I follow to start developing once everything is up and running. Is there a link for a tutorial/manual?
Here is info from my Bash:
‘sh: line 5: C:/Windows/system32/drivers/etc/hosts: Permission denied
==> default: Setting hostname…
==> default: Configuring and enabling network interfaces…
==> default: Mounting shared folders…
default: /vagrant => C:/Projects
default: /srv/www => C:/Projects/www
default: /srv/log => C:/Projects/log
default: /srv/config => C:/Projects/config
default: /srv/database => C:/Projects/database
==> default: Machine already provisioned. Runvagrant provision
or use the--provision
==> default: to force provisioning. Provisioners marked to run always will still run.
==> default: Running provisioner: shell…
default: Running: inline script
==> default: stdin: is not a tty
==> default: mysql stop/waiting
==> default: mysql start/running, process 2631
==> default: Running provisioner: shell…
default: Running: inline script
==> default: stdin: is not a tty
==> default: * Restarting nginx nginx
==> default: …done.TRM@TRM-PC /c/Projects
$ vagrant ssh
Welcome to Ubuntu 14.04.1 LTS (GNU/Linux 3.13.0-44-generic x86_64)* Documentation: https://help.ubuntu.com/
System information as of Sat Jan 17 23:25:29 UTC 2015
System load: 0.82 Processes: 95
Usage of /: 4.2% of 39.34GB Users logged in: 0
Memory usage: 17% IP address for eth0: 10.0.2.15
Swap usage: 0% IP address for eth1: 192.168.50.4Graph this data and manage this system at:
https://landscape.canonical.com/Get cloud support with Ubuntu Advantage Cloud Guest:
https://www.ubuntu.com/business/services/cloud0 packages can be updated.
0 updates are security updates.You have new mail.
Last login: Sat Jan 17 22:32:40 2015 from 10.0.2.2
vagrant@vvv:~$’
- The topic ‘Cannot Connect Locally with VVV after Install’ is closed to new replies.