isaacadams

roots-io

Jun 2nd, 2019
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. Dependencies:
  2. - Ansible
  3. - Virtualbox
  4. - Vagrant
  5. - Node.js
  6. - Yarn
  7. - Digital Ocean Droplet w/ SSH Key
  8. - Domain name pointed to Droplet
  9.  
  10. Install Roots.io:
  11. mkdir ~/Sites
  12. mkdir example.com && cd example.com
  13. git clone --depth=1 https://github.com/roots/trellis.git && rm -rf trellis/.git
  14. git clone --depth=1 https://github.com/roots/bedrock.git site && rm -rf site/.git
  15. composer create-project roots/sage site/web/app/themes/sage
  16. cd trellis
  17. vagrant up
  18. ansible-playbook server.yml -e env=production
  19. ./bin/deploy.sh production example.com
Add Comment
Please, Sign In to add comment