Skip to content

Docker environment for PGS Elasticsearch workshop with Symfony demo application (https://github.com/symfony/demo)

Notifications You must be signed in to change notification settings

lawniczek-piotr/elastic-symfony-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published