- 基本 Web 站台設定,請參考這一篇文章!
-
安裝 EPEL 套件:
#yum -y install epel-release
-
安裝 git 套件:
#yum -y install git
-
由 GitHub 網站,下載 BootStrap 套件:
#cd /var/www/html #git clone https://github.com/twbs/bootstrap.git
-
利用 Firefox 連到 BootStrap 起始網頁看看:
http://127.0.0.1/bootstrap/docs/examples/starter-template/
- https://github.com/twbs/bootstrap
- https://gist.github.com/kmassada/73678d48dcf6b23b6f0a
- http://getbootstrap.com/
- https://kkbruce.tw/bs3/Gettingstarted