close
Warning:
Can't synchronize with repository "(default)" (/usr/svn/silverfile does not appear to be a Subversion repository.). Look in the Trac log for more information.
- Timestamp:
-
Jun 26, 2010, 9:31:25 PM (13 years ago)
- Author:
-
hank
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v15
|
v16
|
|
1 | 1 | = Nutch Installation and Search = |
| 2 | == Java Prep == |
| 3 | I've had to add JAVA_HOME to my user: |
| 4 | {{{ |
| 5 | export JAVA_HOME=/usr/lib/jvm/java-6-openjdk/ |
| 6 | export PATH=$PATH:$JAVA_HOME/bin:$JAVA_HOME/jre/bin |
| 7 | }}} |
2 | 8 | |
3 | 9 | == Nutch Download == |
… |
… |
|
52 | 58 | ant compile-plugins |
53 | 59 | ant war |
| 60 | }}} |
| 61 | |
| 62 | For some reason I need to build nutch again: |
| 63 | {{{ |
| 64 | ant -v |
54 | 65 | }}} |
55 | 66 | |