|
@@ -18,8 +18,8 @@
|
|
|
|
|
|
### Setting up the workspace environment
|
|
|
1. Creating a `virtual environment`.
|
|
|
- 1. Launch the terminal.
|
|
|
- 1. Go to the home directory by typing the following command.
|
|
|
+ 1. Launch the terminal.
|
|
|
+ 1. Go to the home directory by typing the following command.
|
|
|
``` bash
|
|
|
cd ~
|
|
|
```
|
|
@@ -36,12 +36,12 @@
|
|
|
source ~/Installs/venv/bin/activate
|
|
|
```
|
|
|
1. Setting up `apache-tika`
|
|
|
- 1. Launch terminal
|
|
|
- 1. Enter the following command to go to the base directory:
|
|
|
+ 1. Launch terminal
|
|
|
+ 1. Enter the following command to go to the base directory:
|
|
|
``` bash
|
|
|
cd ~
|
|
|
```
|
|
|
- 1. Download the apache-tika server using the following command:
|
|
|
+ 1. Download the apache-tika server using the following command:
|
|
|
``` bash
|
|
|
wget https://www.apache.org/dyn/closer.lua/tika/1.28.4/tika-server-1.28.4.jar
|
|
|
```
|
|
@@ -50,7 +50,7 @@
|
|
|
java --version
|
|
|
```
|
|
|
1. If java is not installed in your local machine, please refer to [this documentation.](https://www.java.com/en/download/help/download_options.html)
|
|
|
-
|
|
|
+
|
|
|
1. Running the tika server
|
|
|
1. Create a new screen called `apache-tika`
|
|
|
``` bash
|