Skip to content
Pamela Gay edited this page Mar 11, 2020 · 3 revisions

Initial Setup

  • Start apache with sudo apachectl start
  • Install php by editing /etc/apache2/httpd.conf to uncomment LoadModule php7_module libexec/apache2/libphp7.so
  • Install mysql from mysql's webpage
  • Add MySql to your path export PATH=/usr/local/mysql/bin:$PATH
  • Install SASS See SASS-lang (you will need to sudo things)
  • Install Pear

Display (or not) Errors

  • Edit /etc/php.ini and set display_errors = On