Skip to content

Instantly share code, notes, and snippets.

@ilkovich
ilkovich / development-setup-el-capitan
Last active December 21, 2016 17:05 — forked from bryanisimo/development-setup-el-capitan
Installing NGINX+PHP+MYSQL+DNSMASQ+NVM+NODE+NPM in OSX "El Capitan"
#!bash
# Removing apache from autostart
sudo launchctl unload -w /System/Library/LaunchDaemons/org.apache.httpd.plist
brew tap homebrew/services
# Installing NGINX
brew install nginx
# Adding NGINX to autostart
sudo cp /usr/local/opt/nginx/*.plist /Library/LaunchAgents