2016年6月27日 星期一

在 CentOS7/RHEL7 上安裝 Bootstrap 套件

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