Skip to content

Commit

Permalink
Fix missing image in README
Browse files Browse the repository at this point in the history
  • Loading branch information
andreas-bauer committed Nov 2, 2020
1 parent 0939f0d commit 5db25dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ It is an easy-to-learn yet complete Java web application that is available under

For more information, please see http://github.com/dirkriehle/wahlzeit and http://osr.cs.fau.de.


## Wahlzeit Setup

- Install **Java JDK** 8 or higher. We recommended you to use Java JDK 11.
Expand Down Expand Up @@ -56,8 +55,6 @@ If the app is successfully built you can reach the ui under [``http://localhost:
- Run the Docker container `docker-compose up` to start the app and the database.
- Open [`http://localhost:8080/wahlzeit`](http://localhost:8080/wahlzeit) to try out Wahlzeit inside a Docker container



### Test

To run all unit test use `./gradlew test` (on Windows: `gradlew.bat test`).
Expand All @@ -67,15 +64,15 @@ It will list all test with an indicator if a test failed or succeed.

To debug the app you have to start the app in debug mode with `./gradlew appRunDebug` and use remote debugging in your IDE of choice. The debug port is `5005`.

We provided a remote debugging configuration for Visual Studio Code and Intellij named `Debug Local App`. These configuration will automatically be visible in these two IDEs.
We provided a remote debugging configuration for Visual Studio Code and IntelliJ named `Debug Local App`. These configuration will automatically be visible in these two IDEs.

In Visual Studio Code:

<img src="vscode-debug.png" width="256" title="VSCode Debugging">

In IntelliJ IDEA:

<img src="intellij-debug.png" width="256" title="Intellij Debugging">
<img src="intellij-debug.png" width="256" title="IntelliJ Debugging">


### Run Wahlzeit inside a Docker container
Expand Down
File renamed without changes

0 comments on commit 5db25dd

Please sign in to comment.