mirror of
https://github.com/ToxicCrack/PrintABrick.git
synced 2025-05-16 12:20:09 -07:00
Update README.md
This commit is contained in:
parent
f20503da9f
commit
f87769dfea
@ -8,8 +8,11 @@ Added a fourth column "material_id" which is new in the csv file. You have to ad
|
|||||||
|
|
||||||
## Install Notes
|
## Install Notes
|
||||||
The easiest way to run Elastisearch is with the docker image. Download Version 5.5.0
|
The easiest way to run Elastisearch is with the docker image. Download Version 5.5.0
|
||||||
|
|
||||||
`docker pull docker.elastic.co/elasticsearch/elasticsearch:5.5.0`
|
`docker pull docker.elastic.co/elasticsearch/elasticsearch:5.5.0`
|
||||||
|
|
||||||
and run it with
|
and run it with
|
||||||
|
|
||||||
`docker run -p 9200:9200 -p 9300:9300 -e "discovery.type=single-node" -e "xpack.security.enabled=false" docker.elastic.co/elasticsearch/elasticsearch:5.5.0`
|
`docker run -p 9200:9200 -p 9300:9300 -e "discovery.type=single-node" -e "xpack.security.enabled=false" docker.elastic.co/elasticsearch/elasticsearch:5.5.0`
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user