diff --git a/README.md b/README.md index 582f7d9..be8a79f 100644 --- a/README.md +++ b/README.md @@ -12,8 +12,10 @@ The event-engine supports *internal* and *external* plugins. Internal plugins a To quickly start the application under [Docker](https://docs.docker.com/get-docker/) using docker-compose, follow these steps: -1. cd releases -2. Follow the directions in the README.md file +1. ./installer/install.sh $PWD ./installer/example_input.yml +2. cd test +3. docker-compose up +4. docker-compose down ## Application Configuration diff --git a/installer/example_input.yml b/installer/example_input.yml index ccd611d..5067a11 100644 --- a/installer/example_input.yml +++ b/installer/example_input.yml @@ -1 +1,2 @@ -use_gpu_in_scoring: true +install_dir: test +use_gpu_in_scoring: false