Skip to content

Commit 8b02e3e

Browse files
committed
Documentation
1 parent 4bae22c commit 8b02e3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ to start it and open a browser at http://localhost:9090.
109109
halOP is also available as a feature pack that can be provisioned with [Galleon](https://github.com/wildfly/galleon).
110110

111111
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)
113113
3. `cd $TMPDIR/wildfly`
114114
4. Add a WildFly admin user with `bin/add-user.sh -u admin -p admin --silent`
115115
5. Start the server with `bin/standalone.sh --stability=experimental`

0 commit comments

Comments
 (0)