Created
April 11, 2017 14:49
-
-
Save djave-co/083d1c13587b71351196ff921c9d2a17 to your computer and use it in GitHub Desktop.
How to do wordpress the right way from Dave Kiss
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
git clone [email protected]:roots/trellis.git trellis | |
cd trellis && ansible-galaxy install -r requirements.yml | |
cd .. | |
git clone [email protected]: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