User Tools

Site Tools


macos_lamp

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Last revisionBoth sides next revision
macos_lamp [2017/06/22 09:54] adminmacos_lamp [2017/08/08 11:04] – [MacOS Lamp install] admin
Line 1: Line 1:
 ====== MacOS Lamp install ====== ====== MacOS Lamp install ======
  
 +Install repos and unlink default php
 +
 +<code>
 +brew tap homebrew/dupes
 +brew tap homebrew/versions
 +brew tap homebrew/homebrew-php
 +brew unlink php56
 +</code>
 ===== Install required Software ===== ===== Install required Software =====