node.js、git、bootstrap等安裝配置

純記錄html

一,安裝node.jsnode

1 官方網址 http://nodejs.org/  點擊install 下載node-v0.10.22-x86.msigit

2 安裝,修改安裝目錄到d盤,一路next,無他github

3 測試,打開node.js command prompt  輸入node -v  命令行輸出 v0.10.22npm

安裝完成bootstrap

 

二,安裝gitwindows

1 官方網站 http://msysgit.github.io/ 點擊下載 https://code.google.com/p/msysgit/downloads/list?q=full+installer+official+git 當前最新版本是Git-1.8.4-preview20130916.exeruby

2 安裝過程next,無他網絡

3 可能須要修改下系統環境變量,增長(安裝在d盤);D:\Program Files\Git\bin;D:\Program Files\Git\libexec\git-core;工具

 

三,安裝NPM(轉)

打開命令行工具(CMD),執行如下命令,能夠經過msysgit簽出NPM的全部源碼和依賴代碼並安裝npm。

git clone --recursive git://github.com/isaacs/npm.git 
cd npm 
node cli.js install npm -gf

安裝成功後,執行如下命令:

npm install underscore 

返回:

underscore@1.2.2 ./node_modules/underscore 

如此,Windows平臺下的NPM安裝完畢。若是遭遇網絡問題沒法安裝,請參照Linux下的NPM命令,添加鏡像地址。

 

四,安裝Bower

1 官方網站 http://bower.io/

2 用npm安裝

npm install -g bower

 

五,配置jekyll環境

1 官方網址 http://jekyllrb.com/,官方給的安裝文檔地址 http://www.madhur.co.in/blog/2011/09/01/runningjekyllwindows.html

2 按步驟,安裝ruby環境,下載目錄 http://rubyinstaller.org/downloads/,當前最新版本是 Ruby 2.0.0-p247DevKit-mingw64-32-4.7.2-20130224-1151-sfx.exe

, 按步驟安裝ruby到C盤,解壓devkit到D:\Program Files\DevKit,增長環境變量C:\Ruby200\bin

3 啓動命令行,進入devkit解壓目錄(D:\Program Files\DevKit) 輸入

ruby dk.rb init
ruby dk.rb install
gem install jekyll

等待安裝,安裝完成後輸入

gem install jekyll

命令行會輸出當前jekyll的版本

 

六,安裝bootstrap

1 網址https://github.com/twbs/bootstraphttp://getbootstrap.com/

2 三種安裝方式

  • Download the latest release.
  • Clone the repo: git clone https://github.com/twbs/bootstrap.git.
  • Install with Bower: bower install bootstrap
相關文章
相關標籤/搜索