File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -50,14 +50,14 @@ Installing as a Service on Linux
50
50
-----------------------
51
51
To run as a service on Linux you need to run the ` install_tika_service.sh ` script.
52
52
53
- Assuming you have the binary distribution like ` tika-server-1.24 -bin.tgz ` ,
53
+ Assuming you have the binary distribution like ` tika-server-2.0.0 -bin.tgz ` ,
54
54
then you can extract the install script via:
55
55
56
- ` tar xzf tika-server-1.24 -bin.tgz tika-server-1.24 -bin/bin/install_tika_service.sh --strip-components=2 `
56
+ ` tar xzf tika-server-2.0.0 -bin.tgz --strip-components=2 tika-server-2.0.0 -bin/bin/install_tika_service.sh `
57
57
58
58
and then run the installation process via:
59
59
60
- ` ./install_tika_service.sh ./tika-server-1.24 -bin.tgz `
60
+ ` ./install_tika_service.sh ./tika-server-2.0.0 -bin.tgz `
61
61
62
62
63
63
Usage
You can’t perform that action at this time.
0 commit comments