Can't find WP directory when SSH into Vagrant

Hey folks, I’ve set up trellis with bedrock on my local machine, but I’m having an issue trying to install sage.

The sage docs suggest I should access the
app/themes/ or wp-content/themes/ and install it using composer there. The issue I’m having is that when I vagrant SSH into my environment, I can’t find those folders, even using locate to search for eg. wp-admin.php. The WP install is working fine in my browser, so everything seems fine on that end.

I’m doing this with windows 10, if that makes a difference. I’m fairly inexperienced with web development, especially with devops, so forgive me if this is a dumb question.

Hi! Welcome to the community and cheers for diving right in!

The directories you’re looking for are in /srv/www/example.com/current/

Let us know if there’s anything else we can do to help!

Found it, thanks. I actually looked there before, but I guess I forgot to check the “web” folder. :man_facepalming:

1 Like