mirror of
https://github.com/OpenLiberty/liberty-bikes.git
synced 2025-02-17 11:09:39 +08:00
Merge pull request #4 from aguibert/generate-ide-files
Update readme to recommend libertyStart since libertyRun is broken
This commit is contained in:
commit
f5b0fc467e
@ -15,7 +15,7 @@ Bluemix toolchain automatically deploys the current `project-tron/project-tron:m
|
||||
Builds the webapp, starts liberty server, and deploys app to server. Once app is running, opens web browser
|
||||
|
||||
```
|
||||
./gradlew libertyRun
|
||||
./gradlew libertyStart open
|
||||
```
|
||||
|
||||
Any code changes that are made in an eclipse environment with auto-build enabled will automatically publish content to the loose application, meaning no server restarts should be required between code changes.
|
||||
|
Loading…
Reference in New Issue
Block a user