@@ -52,7 +52,7 @@ This will open a browser at http://localhost:1234.
5252## Standalone
5353
5454halOP can run on its own. In this mode halOP starts a local web server and serves the console on its own without being part of a
55- WildFly installation. halOP is “ just” a single-page application (SPA) without any server side dependencies. The only requirement
55+ WildFly installation. halOP is " just" a single-page application (SPA) without any server side dependencies. The only requirement
5656is a management interface of a running WIldFly instance.
5757
5858### Java
@@ -63,7 +63,7 @@ To build halOP as a standalone Java application, run
6363mvn install -P prod,op,standalone
6464```
6565
66- This will package the transpiled HTML, CSS and JavaScript resources into a Quarkus-based HTTP server. To start it, run
66+ This will package the transpiled HTML, CSS, and JavaScript resources into a Quarkus-based HTTP server. To start it, run
6767
6868``` shell
6969java -jar op/standalone/target/quarkus-app/quarkus-run.jar
@@ -82,8 +82,8 @@ mvn install -P prod,op,standalone,native -Dquarkus.native.container-build=false
8282Please make sure that you have a recent version of GraalVM installed.
8383See https://quarkus.io/guides/building-native-image#configuring-graalvm for details.
8484
85- Native binaries for Linux, macOS and Windows are also attached to every [ release] ( https://github.com/hal/foundation/releases ) .
86- Download the binary for your platform, make it executable and run it. Then open a browser at http://localhost:9090 .
85+ Native binaries for Linux, macOS, and Windows are also attached to every [ release] ( https://github.com/hal/foundation/releases ) .
86+ Download the binary for your platform, make it executable, and run it. Then open a browser at http://localhost:9090 .
8787
8888To make the binary executable, you might need to run something like this:
8989
@@ -113,6 +113,7 @@ halOP is also available as a feature pack that can be provisioned with [Galleon]
1131133 . ` cd $TMPDIR/wildfly `
1141144 . Add a WildFly admin user with ` bin/add-user.sh -u admin -p admin --silent `
1151155 . Start the server with ` bin/standalone.sh --stability=experimental `
116+ 6 . Open http://localhost:9990/halop in your browser
116117
117118# halOS (HAL on OpenShift)
118119
0 commit comments