Having trouble accessing local dev site

I get vagrant up and then goto browser address for my devsite but does not load.

I get this - https://jb1.d.pr/OjnnBM

can’t figure out what I’m missing here

This is my wordpress.sites.yaml

wordpress_sites:
ketosisofficial.com:
site_hosts:
- canonical: ketosisofficial.dev
local_path: …/site # path targeting local Bedrock site directory (relative to Ansible root)
admin_email: jon@jonbennett.co
multisite:
enabled: false
ssl:
enabled: false
provider: self-signed
cache:
enabled: false

Maybe I created the wrong structure?

You can’t use .dev as a local domain anymore. You should change to .test.

Don’t forget to re-provision by running vagrant provision

@ng3 thank you so much. I’m such a newbie. Apologies for the the questions.

Now I am getting this error after “vagrant provision”

Jons-MacBook-Pro-2019:trellis jonbennett$ vagrant provision
==> default: Running provisioner: ansible_local...
    default: Installing Ansible...
    default: Installing pip... (for Ansible installation)
The following SSH command responded with a non-zero exit status.
Vagrant assumes that this means the command failed!

pip install  --upgrade ansible==2.7.5

Stdout from the command:



Stderr from the command:

bash: line 5: pip: command not found
1 Like

I got a similar problem. The output for me after running vagrant up is:

The following SSH command responded with a non-zero exit status.
Vagrant assumes that this means the command failed!

pip install  --upgrade ansible==2.7.5

Stdout from the command:



Stderr from the command:

bash: line 5: pip: command not found

Same here when running vagrant up?

The following SSH command responded with a non-zero exit status.
Vagrant assumes that this means the command failed!

pip install  --upgrade ansible==2.7.5

Stdout from the command:



Stderr from the command:

bash: line 5: pip: command not found

I just did a fresh Windows install and ran into the same problem when trying to set up trellis/bedrock.

I assume this is related: https://github.com/hashicorp/vagrant/issues/10950

This topic was automatically closed after 42 days. New replies are no longer allowed.