Psql could not connect to server: No such file or directory, 5432 error?

I’m trying to run psql on my Vagrant machine, but I get this error: psql: could not connect to server: No such file or directory Is the server running locally and accepting connections on Unix domain socket “/var/run/postgresql/.s.PGSQL.5432”? Note: Vagrant 1.9.2 Box: ubuntu/trusty64, https://atlas.hashicorp.com/ubuntu/boxes/trusty64 EDIT Commands I’ve used in order to install and run postgres: … Read more

Version control for both Vagrant config and themes being developed [closed]

Closed. This question is off-topic. It is not currently accepting answers. Your question should be specific to WordPress. Generic PHP/JS/SQL/HTML/CSS questions might be better asked at Stack Overflow or another appropriate Stack Exchange network site. Third party plugins and themes are off topic, they are better asked about at their developers’ support routes. Closed 5 … Read more

Multisite setup on VVV with bedrock

I am trying to setup multisite on VVV using bedrock stack, but I’m having some issues. First I’ve added my multisite configuration in the vvv-custom.yml file as my-multisite: hosts: – my-multisite.dev – site1.my-multisite.dev – site2.my-multisite.dev – site3.my-multisite.dev custom: wp_type: subdomain I added the /my-multisitefolder to the /www folder. Inside it, I added the /provision folder … Read more

Local install won’t work without internet

I have a local install (using Vangrant and VVV) and it works absolutely fine with internet. But without internet, it hangs on “connecting” indefinitely. I think it’s trying to talk to wordpress.org and gravatar.com Is there a way to disable these connection attempts when there is no internet present? 1 Answer 1 Try define(‘WP_HTTP_BLOCK_EXTERNAL’, true); … Read more

WordPress development using Docker – how to share directories? [closed]

Closed. This question is off-topic. It is not currently accepting answers. Closed 6 years ago. Questions that are too localized (such as syntax errors, code with restricted access, hacked sites, hosting or support issues) are not in scope. See how do I ask a good question? Your question should be specific to WordPress. Generic PHP/JS/SQL/HTML/CSS … Read more

Error when trying vagrant up

I’m using Vagrant for my environment and I’ve got a little issue: $vagrant up Bringing machine ‘default’ up with ‘virtualbox’ provider… ==> default: Box ‘base’ could not be found. Attempting to find and install… default: Box Provider: virtualbox default: Box Version: >= 0 ==> default: Adding box ‘base’ (v0) for provider: virtualbox default: Downloading: base … Read more