Skip to content

Instantly share code, notes, and snippets.

@djave-co
Created April 11, 2017 14:49
Show Gist options
  • Save djave-co/083d1c13587b71351196ff921c9d2a17 to your computer and use it in GitHub Desktop.
Save djave-co/083d1c13587b71351196ff921c9d2a17 to your computer and use it in GitHub Desktop.
How to do wordpress the right way from Dave Kiss
git clone git@github.com:roots/trellis.git trellis
cd trellis && ansible-galaxy install -r requirements.yml
cd ..
git clone git@github.com:roots/bedrock.git site
cd site && composer install
cd ..
sublime trellis/group_vars/development/wordpress_sites.yml
sublime trellis/group_vars/development/vault.yml
cd trellis && vagrant up
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment