Vvv: install_themes in config.yml does not behave as expected

Created on 23 Jun 2020  Â·  2Comments  Â·  Source: Varying-Vagrant-Vagrants/VVV

Hello. On one of my sites on VVV I decided to use the option install_themesas described in https://varyingvagrantvagrants.org/docs/en-US/troubleshooting/git-and-ssh-keys/. When adding the list of themes in my config.yml file and executing the vagrant reload --provision command the restart of the virtual machine and changes made to the config.yml file occur normally. However, themes that are not in the official WordPress theme directory (
https://wordpress.org/themes/) end up not being installed on my website, when inserting a theme that is stored in a GitHub directory I am always returned with Error: No themes installed and Warning: theme could not be found

Apparently the error was only happening with private directories on GitHub, but when testing with a public directory, the output on my GitBash was the same.

I used the same themes described in:
https://github.com/Varying-Vagrant-Vagrants/custom-site-template

and

  • I also added my theme in install_themes which is stored in a private GitHub directory

Note: all SSH settings have already been performed on my computer:

My settings:
Operating System: Windows 10
Vagrant: 2.2.9
VirtualBox: 6.1.8
VVV: 3.4.1

I appreciate any feedback on the issue

code1

out1

question support

Most helpful comment

The plugin and theme options are passed directly into WP CLI, IIRC WP cli
expects either a zip file or a .org hosted theme. You can’t pass in URLs or
git repos

On Tue, 23 Jun 2020 at 14:04, welcome[bot] notifications@github.com wrote:

Thanks for opening your first issue here! Be sure to follow the issue
template and include your OS/Vagrant/VVV versions! Don't forget you can get
support in the VVV slack at
https://varyingvagrantvagrants.org/docs/en-US/slack/

https://camo.githubusercontent.com/5fa2c5a621bbe062b3d148f4c0fb585982c194da/68747470733a2f2f76617279696e6776616772616e7476616772616e74732e6f72672f696d616765732f7676762e706e67
http:///images/vvv.png Varying Vagrant Vagrants
VVV Slack Workspace
https://varyingvagrantvagrants.org/docs/en-US/slack/

Join the VVV Slack Workspace

—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
https://github.com/Varying-Vagrant-Vagrants/VVV/issues/2203#issuecomment-648132150,
or unsubscribe
https://github.com/notifications/unsubscribe-auth/AAAOLZ4JUZ3KM72I65Z44IDRYCR7LANCNFSM4OFUV3GA
.

All 2 comments

Thanks for opening your first issue here! Be sure to follow the issue template and include your OS/Vagrant/VVV versions! Don't forget you can get support in the VVV slack at https://varyingvagrantvagrants.org/docs/en-US/slack/

Varying Vagrant Vagrants
Join the VVV Slack Workspace

The plugin and theme options are passed directly into WP CLI, IIRC WP cli
expects either a zip file or a .org hosted theme. You can’t pass in URLs or
git repos

On Tue, 23 Jun 2020 at 14:04, welcome[bot] notifications@github.com wrote:

Thanks for opening your first issue here! Be sure to follow the issue
template and include your OS/Vagrant/VVV versions! Don't forget you can get
support in the VVV slack at
https://varyingvagrantvagrants.org/docs/en-US/slack/

https://camo.githubusercontent.com/5fa2c5a621bbe062b3d148f4c0fb585982c194da/68747470733a2f2f76617279696e6776616772616e7476616772616e74732e6f72672f696d616765732f7676762e706e67
http:///images/vvv.png Varying Vagrant Vagrants
VVV Slack Workspace
https://varyingvagrantvagrants.org/docs/en-US/slack/

Join the VVV Slack Workspace

—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
https://github.com/Varying-Vagrant-Vagrants/VVV/issues/2203#issuecomment-648132150,
or unsubscribe
https://github.com/notifications/unsubscribe-auth/AAAOLZ4JUZ3KM72I65Z44IDRYCR7LANCNFSM4OFUV3GA
.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

tomjn picture tomjn  Â·  3Comments

ryanfurtner picture ryanfurtner  Â·  3Comments

pvanbavel picture pvanbavel  Â·  4Comments

robneu picture robneu  Â·  4Comments

PorterBytes picture PorterBytes  Â·  5Comments