mirror of
https://github.com/ToxicCrack/PrintABrick.git
synced 2025-05-28 01:30:11 -07:00
Update README.md
This commit is contained in:
parent
b09bb722d6
commit
b1fd0fe59f
@ -7,6 +7,8 @@ src/LoaderBundle/Service/RebrickableLoader.php
|
||||
Added a fourth column "material_id" which is new in the csv file. You have to add this field in the database manually! (material_id, varchar 128, null)
|
||||
|
||||
## Install Notes
|
||||
|
||||
### Elastisearch
|
||||
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`
|
||||
@ -15,6 +17,7 @@ The easiest way to run Elastisearch is with the docker image. Download Version 5
|
||||
|
||||
`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`
|
||||
|
||||
### Composer
|
||||
If you run PHP > 7.2, then you have to run composer with
|
||||
`composer install --ignore-platform-reqs`
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user