Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Nutch Wiki" for change 
notification.

The following page has been changed by mozdevil:
http://wiki.apache.org/nutch/Nutch0%2e9-Hadoop0%2e10-Tutorial

------------------------------------------------------------------------------
  su
  #enable the universe and multiverse repositories.
  vi /etc/apt/sources.list 
+ #on all the machines
- apt-get install sun-java5
+ apt-get install sun-java5-jre
- apt-get install openssh
+ apt-get install ssh
+ 
+ update-alternatives --config java
+ #and select /usr/lib/jvm/java-1.5.0-sun/jre/bin/java
+ 
+ #only for the search web application
+ apt-get install apache2
+ apt-get install sun-java5-jdk
  apt-get install tomcat5
+ 
+ vi /etc/default/tomcat5
+ #Add JAVA_HOME=/usr/lib/jvm/java-1.5.0-sun/
  }}}
  
  == Build nutch ==

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Nutch-cvs mailing list
Nutch-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nutch-cvs

Reply via email to