Skip to content

Instantly share code, notes, and snippets.

@pbredenberg
Created August 20, 2019 14:03
Show Gist options
  • Save pbredenberg/ed3ee6f442cd1a0cdf7ffcce23ddbc89 to your computer and use it in GitHub Desktop.
Save pbredenberg/ed3ee6f442cd1a0cdf7ffcce23ddbc89 to your computer and use it in GitHub Desktop.
Setup steps to install LEMP stack on macOS

Install homebrew

/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

Install xcode command line tools

xcode-select --install

PHP 7.2

brew install php@7.2

NGINX

brew install nginx

MySQL (mariadb)

brew install mariadb

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