Starting xampp on mac

To start xampp on a mac run this command:

1
SUDO /Applications/XAMPP/xamppfiles/xampp start

To add an alias to that you can add this line to your ~/.bash_profile file

1
alias startlocalhost="SUDO /Applications/XAMPP/xamppfiles/xampp start"

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.