Skip to content

Commit

Permalink
README update
Browse files Browse the repository at this point in the history
  • Loading branch information
kreynoldsf5 committed Mar 28, 2024
1 parent 78266f0 commit 9284cd1
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,18 @@ The tool runs as a systemd service. There is no user interaction required.
## Installation

An installer is provided in this repo.
Run with ``sudo``.
Run with ``sudo``.

Once you've inspected [the installer](./orijen-udf-install.sh) and the contents of [the container](./app/app.py) you can run the installer directly.

```shell
sudo curl -s https://raw.githubusercontent.com/kreynoldsf5/orijen-udf-service/main/orijen-udf-install.sh | bash
```

## UDF Deployment Tags Needed

- [ ] LabID - Each XC lab has a unique GUID. This is passed into the deployment to determine what resources and permissions should be provisioned.
- [ ] SQS - This is the SQS queue the Orijen tool is watching.
- [X] LabID - Each XC lab has a unique GUID. This is passed into the deployment to determine what resources and permissions should be provisioned.
- [X] SQS - This is the SQS queue the Orijen tool is watching.

## Support

Expand Down

0 comments on commit 9284cd1

Please sign in to comment.