Changes between Version 8 and Version 9 of NutchEz
- Timestamp:
- Jun 9, 2009, 6:15:39 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
NutchEz
v8 v9 15 15 = 安裝方法 = 16 16 17 * 下載 [http:// hadoop.nchc.org.tw/~waue/nutch_1.0-1_i386.deb NutchEz 的deb檔]17 * 下載 [http://trac.nchc.org.tw/cloud/export/80/package/nutchez_0.1-1_i386.deb NutchEz 的deb檔] 18 18 * 滑鼠點兩下安裝 19 19 20 20 = 使用方法 = 21 21 22 * 輸入指令nutchez 22 23 {{{ 23 $ sudo su - 24 # cd /opt/nutch 24 $ nutchez 25 25 }}} 26 26 27 * 輸入或修改你要爬取的網址 27 28 28 {{{29 # vim urls/urls.txt30 }}}31 29 32 30 * 開始爬取 33 31 34 {{{ 35 # bin/nutch crawl urls -dir search -depth 4 -topN 50 36 # tomcat/bin/startup.sh 37 }}} 38 39 * OK ! 你可以到 [http://localhost:8080] 看你的成果囉 32 * 自動打開搜尋引擎 40 33 41 34 = 預覽 =