WordPressify & dependencies
Inastall MacPorts
- Install MacPorts
- If using ZSH, make sure that the PATH variable is being exported
- open ~./zshrc
- add or uncomment export PATH=/opt/local/bin:/opt/local/sbin:$PATH at the top of the file (see: MacPorts and the Shell)
- restart terminal or source ~/.zshrc
- 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