Skip to content

Commit

Permalink
Fix README
Browse files Browse the repository at this point in the history
  • Loading branch information
pwalczysko committed Nov 15, 2024
1 parent 88bab01 commit b38e72b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand Down

0 comments on commit b38e72b

Please sign in to comment.