Skip to content

Instantly share code, notes, and snippets.

View loziju's full-sized avatar

Solihin Jinata (SJ) loziju

View GitHub Profile
# Installation
This procedure is tested on Mac OS X 10.14.6 with Developers tools installed (xCode).
PHP 5.6 installed with Homebrew.
## Preparation
Download the following files from [Oracle website](https://www.oracle.com/database/technologies/instant-client/macos-intel-x86-downloads.html) (yes, you need to create an account and accept terms):
* instantclient-sdk-macos.x64-19.3.0.0.0dbru.zip
@loziju
loziju / macosx-configure-postfix-as-relay.md
Last active January 31, 2024 14:04
Configure postfix as relay for OS X
@loziju
loziju / macosx-install-php-oracle-oci8-pdo_oci.md
Last active March 21, 2017 05:43 — forked from krisanalfa/macosx-install-php-oracle-oci8-pdo_oci.md
Install OCI8 and / or PDO_OCI on OSX via Brew

Installation

This procedure is tested on Mac OS X 10.10.5 with Developers tools installed (xCode).

PHP 5.6 installed with Homebrew.

Preparation

Download the following files from Oracle website (yes, you need to create an account and accept terms):

@loziju
loziju / how-to-install-php-development-environment-on-osx.md
Last active October 11, 2020 18:42 — forked from jakebellacera/how-to-install-php-development-environment-on-osx.md
How to install a basic Apache, PHP and MySQL development environment with Homebrew. Mirrored from the Echo & Co. blog.

No longer updated, please refer to https://gist.github.com/loziju/7b7c6ce35b99b38ed90b6be76773da7d

How to install a basic Apache, PHP and MySQL development environment with Homebrew

This guide will walk you through the steps required to install a basic Apache, PHP and MySQL development environment using homebrew. Basically, all you'll need to do is copy the commands below into Terminal. Copy one block at a time.

NOTE: this guide is mirrored from Echo & Co.'s blog in case the original blog post or the website decides to go down. I've shared this guide around many times to colleagues and friends. Please give Alan Ivey (@alanthing) all of the credit for publishing this really helpful guide.

Before we begin...