Joined December 2013
·

Brad Day

Colorado
·
·

Great tutorial. I was curious, why do you install mysql twice or is this the correct way to install mysql? You install one time with "brew install mysql" then you do it again when installing php "brew install --without-apache --with-fpm --with-mysql php54". I am trying to set up a local host (user level) using the amp stack (using Apache instead of nginx) with phpmyadmin through homebrew. Any clarification or recourses would be most grateful, thank you.

In step 2, you create a symbolic link like so:

$ sudo ln -s "/Applications/Sublime Text.app/Contents/SharedSupport/bin/subl" /usr/bin

but if I were to use a package manager (Homebrew, etc.) would it be better to use:

$ sudo ln -s "/Applications/Sublime Text.app/Contents/SharedSupport/bin/subl" /usr/local/bin

Also, if I already made the symbolic link from the tutorial could I correct this and use the link described right above here by using:

sudo ln -fs /Applications/Sublime\ Text.app/Contents/SharedSupport/bin/subl /usr/local/bin

Awesome tutorial!

Achievements
48 Karma
0 Total ProTip Views