Skip to content

Instantly share code, notes, and snippets.

@koraysels
Last active February 23, 2022 11:25
Show Gist options
  • Save koraysels/c7bd30b3ba0035bc85ff621f2d77d6e9 to your computer and use it in GitHub Desktop.
Save koraysels/c7bd30b3ba0035bc85ff621f2d77d6e9 to your computer and use it in GitHub Desktop.
Use Trellis to deploy to digitalocean droplet
# install vagrant
brew install --cask vagrant

# install ansible
brew install ansible 
brew install esolitos/ipa/sshpass

# install virtualbox but make sure it is virtualbox v6.1.26 

download here -> https://www.virtualbox.org/wiki/Download_Old_Builds_6_1


# virtualbox requires a kernel extension to work.
# If the installation fails, retry after you enable it in:
#   System Preferences → Security & Privacy → General

# Cleanup previous versions (if installed)
brew uninstall roots/tap/trellis-cli
# Install trellis cli
brew install roots/tap/trellis-cli

Follow setup and cofiguration guid e here https://roots.io/docs/trellis/master/installation/

@koraysels
Copy link
Author

WHen you get python warning!

sudo update-alternatives --install /usr/bin/python python /usr/bin/python3 1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment