Skip to content

Commit eb5dd2c

Browse files
authored
Clarified README on starting the website interface
1 parent 6e9a21b commit eb5dd2c

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,16 @@ The application requires ElasticSearch as its output.
2121
Tested with ElasticSearch 5.6.2 and 6.1.0.
2222

2323
## Running
24-
Running the application, filename, index and mapping are required: use to import from the terminal.
24+
Running the application, filename and index is required, to import from the terminal run:
2525
```
2626
java -Xmx1g -jar excelastic-1.2.6.jar <filename> <index> <mapping> --clear
2727
```
2828
If running with --clear, then the existing index will be cleared before the import starts.
2929

30+
To run with the web interface, run the following in your terminal:
31+
```
32+
java -Xmx1g -jar excelastic-1.2.6.jar
33+
```
3034
When the application successfully connects to the ElasticSearch server, the browser will automatically open a new tab.
3135

3236
If any connection errors occur check that the ElasticSearch listen port matches with the elastic_port in the configuration file. Make sure that ElasticSearch is running by directing your browser at [localhost:9200](http://localhost:9200/).

0 commit comments

Comments
 (0)