Skip to content

Instantly share code, notes, and snippets.

@jasperf
Last active August 6, 2018 03:39
Show Gist options
  • Select an option

  • Save jasperf/bd95f490f35203ae67f7 to your computer and use it in GitHub Desktop.

Select an option

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
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