Developement Environment Notes

On This Page:

Development Environment Notes.

Handy notes relating to setting up a Revive Adserver development environment.

 


Mac / Homebrew

https://getgrav.org/blog/macos-sierra-apache-multiple-php-versions

Install PostgesSQL, PHP & Apache

brew install postgresql
brew install php@7.0

Apache Configuration

/usr/local/etc/httpd/
sudo apachectl -k restart

PHP Configuration

/usr/local/etc/php/7.0/php.ini

MySQL

  • System Preferences > MySQL

Â