From b38e72b205c3179b3afdff0fdd9e15f1c11f721d Mon Sep 17 00:00:00 2001 From: pwalczysko Date: Fri, 15 Nov 2024 12:13:58 +0000 Subject: [PATCH] Fix README --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b1bb1de0..5774e6bb 100644 --- a/README.md +++ b/README.md @@ -15,12 +15,14 @@ If you are looking for examples of running your own production OMERO.server see Details ------- -- Install `Ansible` >2.10. +- Install `Ansible` >2.10 +``` +cd omero +``` - Install required roles: `ansible-galaxy install -r requirements.yml` - Run the `ome-demoserver.yml` playbook: ``` -cd omero ansible-playbook --ask-become --become -i $PATH/TO/INVENTORY ome-demoserver.yml -l $YOUR-HOST-ADDRESS-OR-IP --diff ```