vccw-team / vccw

A Vagrant based development environment.
http://vccw.cc/
MIT License
1.02k stars 181 forks source link

Guidance for "composer install" and Bedrock #225

Open ladislavsulc opened 7 years ago

ladislavsulc commented 7 years ago

Operating System: Windows 10 Vagrant Version: 1.9.1 Virtual Box Version: latest

Hi,

this is not an issue, just a question. Could anyone please guide me how to incorporate "composer install" (especially for custom VCS repositories to download from for themes/plugins) into this workflow instead of managing plugins via WP CLI? Also if I want to use a non-standard structure of WP based on Bedrock stack from Roots (https://github.com/roots/bedrock)?

Any help much appreciated.

I want to try this also because Wordmove looks very simple to me and I can't make it work (what a surprise) on WIN 10.

Thank you!

miya0001 commented 7 years ago

I can't make it work (what a surprise) on WIN 10.

Many windows user are using wordmove. Perhaps there is a mistake in the Movefile.

Please try following.

1. SSH into virtual machine.

$ vagrant ssh

2. Run wordmove help

$ wordmove help

If you see like following, wordmove is woking as expected.

$ wordmove help
Commands:
  wordmove --version, -v   # Print the version
  wordmove help [COMMAND]  # Describe available commands or one specific command
  wordmove init            # Generates a brand new Movefile
  wordmove pull            # Pulls WP data from remote host to the local machine
  wordmove push            # Pushes WP data from local machine to remote host
ladislavsulc commented 7 years ago

Hi,

I meant natively, natively it doesn't work (because of lftp and such). In VM it does.

Could you look also at the rest of my question? Would be much appreciated.

I want to use GIT, store plugins in Composer and sometimes use the Bedrock stack, if it is possible.

Thank you.

PS: some example of this + deployment workflow (usecase scenario from dev to production) would be perfection