Filter posts by category

Mac

Install MongoDB PHP Driver on MacOS

Homebrew 1.5.0 deprecated the » Homebrew/php tap and removed formulae for individual PHP extensions. Going forward, macOS users are advised to install the » php formula and follow the standard PECL installation instructions using the pecl command provided by the Homebrew PHP installation. How to install on macOS Mojave Start with: To check if mongodb […]

Install MongoDB PHP Driver on MacOS Read More

Install AWS CLI with brew

Install the AWS CLI on your Mac with Homebrew. brew update $ brew update $ brew search aws ==> Searching local taps… aws-apigateway-importer aws-elasticbeanstalk aws-sns-cli aws-as aws-keychain awscli aws-cfn-tools aws-mon awslogs aws-cloudsearch aws-sdk-cpp kube-aws aws-elasticache aws-shell yaws CLI installation $ brew install awscli Verification $ aws –version aws-cli/1.14.30 Python/3.6.4 Darwin/16.7.0 botocore/1.8.34 Setting environment variables $

Install AWS CLI with brew Read More

Scroll to Top