Skip to content
Snippets Groups Projects
Commit eba8c194 authored by Simon Spinner's avatar Simon Spinner
Browse files

Update README.md

parent 032ea0f5
No related branches found
No related tags found
No related merge requests found
......@@ -4,4 +4,16 @@
* Download distribution
* `wget -O agent.zip "https://se4.informatik.uni-wuerzburg.de/nexus/service/local/artifact/maven/redirect?r=snapshots&g=tools.descartes.prisma.agent.wildfly&a=tools.descartes.prisma.agent.wildfly&v=LATEST&c=dist&e=zip"`
* Unzip archive
* `unzip agent.zip`
\ No newline at end of file
* `unzip agent.zip`
* Edit configuration file `/opt/wildfly/domain/configuration/domain.xml`
* Add extension:
```
<extension module="prisma.agent.wildfly"/>
```
* Add subsystem configuration to profile
```
<subsystem xmlns="urn:prisma.agent.wildfly:1.0" repository-host="[Prisma Repository Host]" repository-user="[Prisma Repository User]" repository-password="[Prisma Repository Password]" scope="application/[Application Name]">
</subsystem>
```
* [Prisma Repository Host], [Prisma Repository User], [Prisma Repository Password] need to be replaced with the values of the repository (Username and Password are the ones configured for RabbitMQ)
* [Application Name] can be any String describing the application
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment