Last active
August 6, 2018 03:39
-
-
Save jasperf/bd95f490f35203ae67f7 to your computer and use it in GitHub Desktop.
Setup Trellis with Bedrock Based Site and Sage starters theme using site folder rukn.me (you can add your own folder name and will add a variable asap) in a bash script #roots #wordpress
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
| cd webdesign/ | |
| mkdir site.com && cd site.com | |
| git clone https://github.com/roots/trellis.git trellis | |
| cd trellis/ | |
| ansible-galaxy install -r requirements.yml | |
| cd .. | |
| git clone https://github.com/roots/bedrock.git site | |
| ls | |
| site trellis | |
| ######You do not need a configured .env file. Trellis will automatically create and configure one. | |
| cd trellis/group_vars/ | |
| mate development |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment