Skip to content

Commit

Permalink
Quick start section of readme
Browse files Browse the repository at this point in the history
  • Loading branch information
khsa1 committed Dec 11, 2024
1 parent 37dbdbf commit 6ed784a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
3 changes: 2 additions & 1 deletion installer/example_input.yml
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
use_gpu_in_scoring: true
install_dir: test
use_gpu_in_scoring: false

0 comments on commit 6ed784a

Please sign in to comment.