目前分類:Mac (6)

瀏覽方式: 標題列表 簡短摘要
Mac - 安裝 phpunit
--
* 安裝 phpunit
官網:https://phpunit.de/
P.S. 因為 phpunit 5.1 版只能在 php5.6 環境執行,所以選擇 phpunit 4.8 的版本

wbkuo 發表在 痞客邦 留言(0) 人氣()

參考文章:     http://coder.aqualuna.me/2012/03/bashrc-in-mac-ter...

以 ll 為例
方法1: (暫時設定,每次重開機都要再設定一次)
  # alias alias ll='ls -l'

wbkuo 發表在 痞客邦 留言(0) 人氣()

步驟如下

1. 編輯 .bash_profile
    # vim ~/.bash_profile
    貼上底下這兩行

wbkuo 發表在 痞客邦 留言(0) 人氣()

Mac 開機自動啟動 mariadb
--
1. 查看 mariadb 的安裝目錄
   # brew --prefix mariadb
   /usr/local/opt/mariadb

wbkuo 發表在 痞客邦 留言(0) 人氣()

====  安裝 homebrew  ====

OS X 的套件管理工具: http://brew.sh/index_zh-tw.html
# ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

wbkuo 發表在 痞客邦 留言(0) 人氣()

網址: http://brew.sh/index_zh-tw.html

安裝
請打開終端機,貼上下面這行
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

wbkuo 發表在 痞客邦 留言(0) 人氣()