Skip to content

Instantly share code, notes, and snippets.

@raphaellarrinaga
Last active February 17, 2018 10:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save raphaellarrinaga/02a90bdacf1dec4c0da23b07697f1013 to your computer and use it in GitHub Desktop.
Save raphaellarrinaga/02a90bdacf1dec4c0da23b07697f1013 to your computer and use it in GitHub Desktop.
Wordpress ressources for a VM + composer installation & notes

Wordpress ressources for a VM + composer installation & notes

Popular VM

A basic install instance could be

  site_name:
    repo: https://github.com/Varying-Vagrant-Vagrants/custom-site-template
    local_dir: ~/Sites/site_name
    hosts:
      - sitename.test
    custom:
      site_title: Site name
  • absolutely use .test extension with that vm
  • watch out with indentation, it could cause errors

Working ressource for installation with composer

https://davidwinter.me/install-and-manage-wordpress-with-composer/

Other ressources for installation

Themes

Theming documentation

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment