Changes between Version 10 and Version 11 of waue/2011/0727
- Timestamp:
- Jul 27, 2011, 6:18:39 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TabularUnified waue/2011/0727
v10 v11 14 14 15 15 * ref : 16 [http://wiki.apache.org/nutch/NutchTutorial]17 [http://wiki.apache.org/nutch/RunningNutchAndSolr]16 * [http://wiki.apache.org/nutch/NutchTutorial] 17 * [http://wiki.apache.org/nutch/RunningNutchAndSolr] 18 18 19 = [get] = 19 = [setup] = 20 21 == get == 20 22 21 23 [http://ftp.twaren.net/Unix/Web/apache/nutch/ get nutch] 24 25 * extract to /opt/nutch-1.3 22 26 23 27 {{{ … … 25 29 ant 26 30 }}} 27 28 29 30 = [setup] =31 31 32 32 == deploy == … … 39 39 cd /opt/nutch-1.3/runtime/local 40 40 }}} 41 41 42 * bin/nutch (inject) 42 43 … … 97 98 }}} 98 99 99 = [setup solr]=100 == [setup solr] == 100 101 101 102 * [http://ftp.twaren.net/Unix/Web/apache/lucene/solr/3.3.0/ get solr] 102 103 104 * extract to /opt/solr-3.3.0/ 105 103 106 {{{ 107 cd /opt/solr-3.3.0/ 104 108 cp /opt/nutch-1.3/conf/schema.xml /opt/solr-3.3.0/example/solr/conf/ 105 109 cd /opt/solr-3.3.0/example/