Blame view

INSTALL 1.37 KB
665a8dac3   Jean-François Rey   ! follow the whit...
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
  #---------------#
  # OTMEDIA LIA   #
  # INSTALL       #
  # version : 1.0 #
  #---------------#
  
  OTMEDIA LIA ready to use ? Really ?
  No ! You have to do manualy configuartion for some features.
  Let see...
  
  SUMMARY
  -------
  
  1\ Before installation
  2\ install.sh script
  3\ SOLR install
  
  
  1\ Before installation
  ----------------------
  
  - Check and install dependencies.
  - In 64 bits architcture be sure you can run 32 bits programs.
  - Have 300 Go of free space.
  - Have acces to the network and the nyx server.
  
  2/ install.sh script
  --------------------
  
  install.sh script will do most of the work.
  It will check dependencies and configure pass tools.
  By default it will do a complet install (300 Go).
  
  You can modifiy behavior by editing install.sh :
  
  To disable lexicon adaption using SOLR DB put EXPLOITCONFPASS to 0 (mainly the 290 Go).
  To disable confidence measure put CONFPASS to 0.
  To disable second and third pass put PASS2 to 0.
  
  run install.sh and follow the white rabbit.
  
  3\ SOLR install
  ---------------
  
  The install.sh script download otmedia-2013-04.tar.gz and untar it in OTMEDIA_HOME/tools/SOLR/ .
  See SOLR.INSTALL file to install OTMEDIA SOLR DB.
0052714e7   Jean-François Rey   bugfix 3pass
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
  4\ Install descriptions
  
  OTMEDIA_HOME
      |-> bin/
      |-> cfg/
      |-> data/
      |-> main_tools/
      |-> tools/
      |-> COPYING
      |-> CorpusOTMedia.txt
      |-> HOWTO
      |-> INSTALL
      |-> README
      |-> SOLR.INSTALL
      |-> TODO
665a8dac3   Jean-François Rey   ! follow the whit...
62