Skip to content

Commit

Permalink
Merge pull request #55 from OpenLiberty/staging
Browse files Browse the repository at this point in the history
Merge staging to prod - Remove extra options to stop dev mode (#54)
  • Loading branch information
gkwan-ibm authored Oct 5, 2023
2 parents a4acff5 + 423461a commit 50cadd6
Showing 1 changed file with 1 addition and 17 deletions.
18 changes: 1 addition & 17 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -322,23 +322,7 @@ Results:
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0
----

When you are done checking out the services, exit dev mode by pressing `CTRL+C` in the command-line sessions where you ran the `system` and `client` services, or by typing `q` and then pressing the `enter/return` key. Alternatively, you can run the `liberty:stop` goal from the `start` directory in another command-line session for the `system` and `client` services:
// static guide instruction
ifndef::cloud-hosted[]
[role="command"]
----
mvn -pl system liberty:stop
mvn -pl client liberty:stop
----
endif::[]
// cloud hosted instruction
ifdef::cloud-hosted[]
```bash
cd /home/project/guide-jakarta-websocket/start
mvn -pl system liberty:stop
mvn -pl client liberty:stop
```
endif::[]
When you are done checking out the services, exit dev mode by pressing `CTRL+C` in the command-line sessions where you ran the `system` and `client` services.

// =================================================================================================
// Great work! You're done!
Expand Down

0 comments on commit 50cadd6

Please sign in to comment.