Skip to content

Instantly share code, notes, and snippets.

@liyuray
liyuray / gist:1037331
Created June 21, 2011 06:19 — forked from xdite/gist:1031760
Best Practice of Installing Ruby on Rails on Ubuntu 11.04 ( 2011 version )
  • 警告:請絕對不要跳著裝!*

系統套件

進行 Ubuntu 系統更新 / 安裝 MySQL

 > sudo apt-get update
 > sudo apt-get upgrade
 > sudo apt-get install git