brew install nginx
vi /usr/local/etc/nginx/
nginx -s reload/restart
brew tap homebrew/dupes
brew tap homebrew/php
brew install --without-apache --with-fpm --with-mysql php56
vi /usr/local/etc/php/php.ini
mkdir -p ~/Library/LaunchAgents
ln -sfv /usr/local/opt/php56/homebrew.mxcl.php56.plist ~/Library/LaunchAgents/
# stop
launchctl unload -w ~/Library/LaunchAgents/homebrew.mxcl.php56.plist
# start
launchctl load -w ~/Library/LaunchAgents/homebrew.mxcl.php56.plist
I have virtual box with Oracle Linux 7.2. I'm trying to get Oracle 12c SQL Developer to work with the SDK 8. What is the secret for a linux newbee to un-tar.gz the SDK so SQL Developer will work? Walter [email protected] (University of Illinois)