Go to file
Liam Westby 8cc531ab90
Merge pull request #1 from realModusOperandi/gradle-and-cloud
Rearrange to support Gradle builds and cloud deployment
2017-12-09 12:15:23 -06:00
.settings Rearrange to support Gradle builds and cloud deployment 2017-12-09 12:08:27 -06:00
gradle/wrapper Rearrange to support Gradle builds and cloud deployment 2017-12-09 12:08:27 -06:00
src/main Rearrange to support Gradle builds and cloud deployment 2017-12-09 12:08:27 -06:00
.classpath Rearrange to support Gradle builds and cloud deployment 2017-12-09 12:08:27 -06:00
.factorypath Rearrange to support Gradle builds and cloud deployment 2017-12-09 12:08:27 -06:00
.gitignore Rearrange to support Gradle builds and cloud deployment 2017-12-09 12:08:27 -06:00
.project Rearrange to support Gradle builds and cloud deployment 2017-12-09 12:08:27 -06:00
build.gradle Rearrange to support Gradle builds and cloud deployment 2017-12-09 12:08:27 -06:00
gradlew Rearrange to support Gradle builds and cloud deployment 2017-12-09 12:08:27 -06:00
gradlew.bat Rearrange to support Gradle builds and cloud deployment 2017-12-09 12:08:27 -06:00
manifest.yml Rearrange to support Gradle builds and cloud deployment 2017-12-09 12:08:27 -06:00
README.md Rearrange to support Gradle builds and cloud deployment 2017-12-09 12:08:27 -06:00
settings.gradle Rearrange to support Gradle builds and cloud deployment 2017-12-09 12:08:27 -06:00

project-tron

Cloned from https://github.com/aguibert/coms319-project4

Original readme.md:

coms319-project4

Setup Instructions

  1. You will need Eclipse for Java EE developers (normal eclipse won't do)
  2. Go to wasdev.net, download the latest beta image and eclipse tooling https://developer.ibm.com/wasdev/downloads/liberty-profile-beta/
  3. Follow the steps for "Installing with the Eclipse tools beta" to install the tooling
  4. Follow the steps for "Installing from the command line" to install the runtime
  5. Once you clone the repository, import existing projects into your workspace
  6. Create the server runtime:
  7. In eclipse, File->Server->Runtime Environments->Add... Websphere Application Server Liberty Profile
  8. Next, browse for the location where you extracted your Wepshere runtime, then click Finish
  9. In the servers view (select )
  10. Name the server "project4-server"
  11. Add the coms319.team10.project4 resource to the server, then click finish.
  12. 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.