Skip to content

Commit

Permalink
Some improvements on the README.md file
Browse files Browse the repository at this point in the history
  • Loading branch information
besidev committed Dec 7, 2023
1 parent 5a8952f commit 3ff6617
Showing 1 changed file with 10 additions and 15 deletions.
25 changes: 10 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,32 +17,27 @@ More about JPRO:

### Start jpro in foreground (development mode) ###

```
```shell
./gradlew jproRun
```


### Start jpro in background (server mode) ###

```
```shell
./gradlew jproRestart
```


### Open jpro app in Web Browser ###
```
http://localhost:8080/index.html
```

> http://localhost:8080/index.html
### Show all jpro apps in Browser ####
```
http://localhost:8080/test/default
```

> http://localhost:8080/test/default
### Open jpro app in fullscreen ####
```
http://localhost:8080/test/fullscreen/[app-name]
```

> http://localhost:8080/test/fullscreen/app-name

# Deployment:
Expand All @@ -61,7 +56,7 @@ Checkout the following chapters to configure your server correctly for jpro:

Create a zip which contains the application with the following command:

```groovy
```shell
./gradlew jproRelease
```
The path of the zip-file is the following: `build/distributions/HelloJPro-jpro.zip`
Expand All @@ -76,7 +71,7 @@ By running `./bin/start.sh` you start the JPRO Server on your server.

The JPRO Server is now ready to server your URLs entered in your browser.

```bash
```shell
./bin/start.sh
```

Expand Down

0 comments on commit 3ff6617

Please sign in to comment.