Bless you rational hipster passion fruit!

: Clippy, bash / zsh commands, CSS Color

WordPressify & dependencies



Inastall MacPorts

  1. Install MacPorts
  2. If using ZSH, make sure that the PATH variable is being exported
    1. open ~./zshrc
    2. add or uncomment export PATH=/opt/local/bin:/opt/local/sbin:$PATH at the top of the file (see: MacPorts and the Shell)
    3. restart terminal or source ~/.zshrc
  3. make sure MacPorts are running with port version

Install xcode comandline tools

if not allready installed, run

xcode-select --install

Install phpMyAdmin

Follow along the instructions on MacPorts mySQL HOWTO

Install WordPressify

Follow allong the intructions of WordPressify on github