Skip to content

Instantly share code, notes, and snippets.

View soyHouston256's full-sized avatar
🏠
Working from home

Max Houston Ramirez Martel soyHouston256

🏠
Working from home
View GitHub Profile
@soyHouston256
soyHouston256 / install_phpzip.md
Created October 21, 2020 15:51 — forked from yehgdotnet/install_phpzip.md
MAMP PRO for Mac OSX - Installing PHP ZIP extension

From Terminal

# install dependencies
brew install autoconf # required by pecl 
brew install libzip


# install zip extenion in your selected MAMP PHP version 
ls /Applications/MAMP/bin/php/
@soyHouston256
soyHouston256 / postgres-brew.md
Created October 21, 2020 05:14 — forked from ibraheem4/postgres-brew.md
Installing Postgres via Brew (OSX)

Installing Postgres via Brew

Pre-Reqs

Brew Package Manager

In your command-line run the following commands:

  1. brew doctor
  2. brew update