1
0
mirror of https://github.com/ToxicCrack/PrintABrick.git synced 2025-05-18 21:20:09 -07:00

Update README.md

This commit is contained in:
Daniel 2020-03-20 10:53:12 +01:00 committed by GitHub
parent 293e18c4ff
commit 7f19cd95b5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,8 +7,8 @@ The Third-Party API's have changed over time and several code changes were need
As far as i know, this project isn't compatible with PHP >= 7.3.
The whole project with all models loaded is about 3 GB in size.
### Elastisearch
The easiest way to run Elastisearch is with the docker image. Download Version 5.5.0
### Elasticsearch
The easiest way to run Elasticsearch is with the docker image. Download Version 5.5.0
`docker pull docker.elastic.co/elasticsearch/elasticsearch:5.5.0`
@ -40,7 +40,7 @@ If you got an error like
`no such index [index: app]`
The elastisearch index must be build:
The elasticsearch index must be build:
`bin/console fos:elastica:populate`