Skip to content

Latest commit

 

History

History
38 lines (28 loc) · 551 Bytes

README.md

File metadata and controls

38 lines (28 loc) · 551 Bytes

elastic-symfony-demo

Docker environment for PGS Elasticsearch workshop

  1. Build:
build.sh
  1. Run:
run.sh
  1. Visit:
http://localhost:3000

* replace localhost with your docker host if needed

Kibana dashboard:

http://localhost:5601

Potential issues

If elasticsearch container doesn't start up use:

docker logs elastic-symfony-demo_elasticsearch

If there is a problem with not enough memory, assign it with below command:

sysctl -w vm.max_map_count=262144