Skip to content

contentking/wordpress-plugin

Repository files navigation

ContentKing for Conductor WordPress Plugin

Local development & testing with Varying Vagrant Vagrants

This section will help you with setup local development environment.

Required Software

Instalation

  • Install Vagrant Hosts Updater package
    vagrant plugin install vagrant-hostsupdater
    
  • Clone repository Varying-Vagrant-Vagrants/VVV into this folder (the folder VVV is ignored in .gitignore)
    git clone https://github.com/Varying-Vagrant-Vagrants/VVV.git
    
  • Link file vvv-custom.yml into VVV folder
    cd VVV && ln -s ../vvv-custom.yml vvv-custom.yml
    
  • Run Vagrant to provision VirtualBox machine and setup defined WordPress instances
    cd VVV && vagrant up
    

Help

Full documentation of Varying Vagrant Vagrant is available here.

  • Default credentials are listed here
  • It's necessary to reprovision the virtual machine when file vvv-custom.yml has been changed
    cd VVV && vagrant reload --provision