From 6ed784af5ad55301cfa84cc675591666a90275bd Mon Sep 17 00:00:00 2001 From: Samuel Khuvis Date: Tue, 10 Dec 2024 16:48:58 -0800 Subject: [PATCH] Quick start section of readme --- README.md | 6 ++++-- installer/example_input.yml | 3 ++- 2 files changed, 6 insertions(+), 3 deletions(-) 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