You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tika.apache.org by Apache Wiki <wi...@apache.org> on 2015/02/03 19:23:13 UTC

[Tika Wiki] Trivial Update of "VirtualMachine" by TylerPalsulich

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=3&rev2=4

  
  ==== prep govdocs1 ====
  
- 1. move zipfilelist to govdocs1/archive
+ 1. `cp zipfilelist /public/corpora/govdocs1/archive`
  
- 2. wget -i zipfilelist.txt
+ 2. `wget -i zipfilelist.txt`
  
  3. (go get some coffee)
  
- 4. cd govdocs1/scripts
+ 4. `cd govdocs1/scripts`
  
- 5. groovy unzip.groovy 0
+ 5. `groovy unzip.groovy 0`
  
  6. (go get some more coffee)
  
- 7. groovy rmBugged.groovy
+ 7. `groovy rmBugged.groovy`
  
  == add more disc ==
  From Rackspace website, add block storage volume.
  
- 1. mkfs.ext3 /dev/xvdb
+ 1. `mkfs.ext3 /dev/xvdb`
  
- 2. mkdir /data1
+ 2. `mkdir /data1`
  
- 3. mount /dev/svdb /data1
+ 3. `mount /dev/svdb /data1`
  
- 4. nano /etc/fstab
+ 4. `nano /etc/fstab`
         add this line:
         LABEL=/data1            /data1                  ext3    defaults        0 2