Dear Wiki user,

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

The "VirtualMachine" page has been changed by TylerPalsulich:
https://wiki.apache.org/tika/VirtualMachine?action=diff&rev1=4&rev2=5

Comment:
Add Maven directions

  6. change symbolic link
  
  7. added /usr/share/groovy/current/bin to personal path via .bashrc
+ 
+ 8. Maven:
+   1. {{{wget 
http://www.eng.lsu.edu/mirrors/apache/maven/maven-3/3.2.5/binaries/apache-maven-3.2.5-bin.zip}}}
+ 
+   2. {{{unzip apache-maven-3.2.5-bin.zip}}}
+ 
+   3. {{{mv apache-maven-3.2.5/ /opt/maven}}}
+ 
+   4. {{{ln -s /opt/maven/bin/mvn /usr/bin/mvn}}}
+ 
+   5. {{{nano /etc/profile.d/maven.sh}}}
+ 
+      {{{#!/bin/bash}}}
+ 
+      {{{MAVEN_HOME=/opt/maven}}}
+ 
+      {{{PATH=$MAVEN_HOME/bin:$PATH}}}
+ 
+      {{{export PATH MAVEN_HOME}}}
+ 
+      {{{export CLASSPATH=.}}}
+      
+   6. {{{chmod +x /etc/profile.d/maven.sh}}}
+ 
+   7. {{{. /etc/profile.d/maven.sh}}}
  
  ==== config/admin stuff ====
  

Reply via email to