mirror of
https://github.com/OpenLiberty/liberty-bikes.git
synced 2024-11-21 00:51:27 +08:00
8cc531ab90
Rearrange to support Gradle builds and cloud deployment |
||
---|---|---|
.settings | ||
gradle/wrapper | ||
src/main | ||
.classpath | ||
.factorypath | ||
.gitignore | ||
.project | ||
build.gradle | ||
gradlew | ||
gradlew.bat | ||
manifest.yml | ||
README.md | ||
settings.gradle |
project-tron
Cloned from https://github.com/aguibert/coms319-project4
Original readme.md:
coms319-project4
Setup Instructions
- You will need Eclipse for Java EE developers (normal eclipse won't do)
- Go to wasdev.net, download the latest beta image and eclipse tooling https://developer.ibm.com/wasdev/downloads/liberty-profile-beta/
- Follow the steps for "Installing with the Eclipse tools beta" to install the tooling
- Follow the steps for "Installing from the command line" to install the runtime
- Once you clone the repository, import existing projects into your workspace
- Create the server runtime:
- In eclipse, File->Server->Runtime Environments->Add... Websphere Application Server Liberty Profile
- Next, browse for the location where you extracted your Wepshere runtime, then click Finish
- In the servers view (select )
- Name the server "project4-server"
- Add the coms319.team10.project4 resource to the server, then click finish.
- In the "server" tab, you should have created a "project4-server" server, you can start it by selecting it and pressing the green play button in the server tab.