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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -109,7 +109,7 @@ to start it and open a browser at http://localhost:9090.
109
109
halOP is also available as a feature pack that can be provisioned with [Galleon](https://github.com/wildfly/galleon).
110
110
111
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`
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
113
3.`cd $TMPDIR/wildfly`
114
114
4. Add a WildFly admin user with `bin/add-user.sh -u admin -p admin --silent`
115
115
5. Start the server with `bin/standalone.sh --stability=experimental`
0 commit comments