mirror of
https://github.com/ethauvin/rife2-hello.git
synced 2025-04-25 15:37:10 -07:00
Updated readme
This commit is contained in:
parent
cee7192b87
commit
8eb0d5b4c9
1 changed files with 8 additions and 4 deletions
12
README.md
12
README.md
|
@ -20,13 +20,17 @@ in a very iterative, intuitive and rewarding way.
|
||||||
For all things RIFE2, head on to the project website:
|
For all things RIFE2, head on to the project website:
|
||||||
[https://rife2.com](https://rife2.com)
|
[https://rife2.com](https://rife2.com)
|
||||||
|
|
||||||
|
Alternatively, also check out our `bld` build system that allows you to write your build logic in pure Java:
|
||||||
|
[https://rife2.com/bld](https://rife2.com/bld). We also provide a bootstap project structure for `bld` in this
|
||||||
|
repository: [https://github.com/rife2/rife2-bld-hello](https://github.com/rife2/rife2-bld-hello)
|
||||||
|
|
||||||
## Run the tests
|
## Run the tests
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
./gradlew clean test
|
./gradlew clean test
|
||||||
```
|
```
|
||||||
|
|
||||||
## Running the server
|
## Run the server
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
./gradlew clean run
|
./gradlew clean run
|
||||||
|
@ -37,7 +41,7 @@ Go to:
|
||||||
[http://localhost:8080/](http://localhost:8080/)
|
[http://localhost:8080/](http://localhost:8080/)
|
||||||
|
|
||||||
|
|
||||||
## Deploying the app
|
## Deploy the app
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
./gradlew clean war
|
./gradlew clean war
|
||||||
|
@ -64,7 +68,7 @@ For Jetty, it could just be an argument of the `java` call:
|
||||||
java -javaagent:[path-to]/rife2-[version]-agent.jar -jar $JETTY_HOME/start.jar
|
java -javaagent:[path-to]/rife2-[version]-agent.jar -jar $JETTY_HOME/start.jar
|
||||||
```
|
```
|
||||||
|
|
||||||
## Making an UberJar
|
## Make an UberJar
|
||||||
|
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
@ -86,7 +90,7 @@ For example:
|
||||||
java -javaagent:[path-to]/rife2-[version]-agent.jar -jar app/build/libs/hello-uber-1.0.jar
|
java -javaagent:[path-to]/rife2-[version]-agent.jar -jar app/build/libs/hello-uber-1.0.jar
|
||||||
```
|
```
|
||||||
|
|
||||||
## Making a native executable
|
## Make a native executable
|
||||||
|
|
||||||
GraalVM supports creating a single Ahead-Of-Time
|
GraalVM supports creating a single Ahead-Of-Time
|
||||||
[native executable](https://www.graalvm.org/native-image/) from your java
|
[native executable](https://www.graalvm.org/native-image/) from your java
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue