You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+25-6Lines changed: 25 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -108,12 +108,31 @@ to start it and open a browser at http://localhost:9090.
108
108
109
109
halOP is also available as a feature pack that can be provisioned with [Galleon](https://github.com/wildfly/galleon).
110
110
111
-
1. Build the feature pack with `mvn install -P prod,op,feature-pack`
112
-
2. Provision a WildFly server with `galleon.sh provision op/feature-pack/target/provision.xml --dir=$TMPDIR/wildfly --stability-level=experimental` (the provided `provision.xml` file is just an example that contains a default configuration plus the halOP feature pack)
113
-
3.`cd $TMPDIR/wildfly`
114
-
4. Add a WildFly admin user with `bin/add-user.sh -u admin -p admin --silent`
115
-
5. Start the server with `bin/standalone.sh --stability=experimental`
116
-
6. Open http://localhost:9990/halop in your browser
111
+
1. Build the feature pack with
112
+
113
+
```shell
114
+
mvn install -P prod,op,feature-pack
115
+
```
116
+
117
+
2. Provision a WildFly server. You can use the provided [
118
+
`provision.xml`](https://github.com/hal/foundation/blob/main/op/feature-pack/provision.xml) as an example. It provisions a
119
+
default standalone server plus the halOP feature pack.
0 commit comments