Go to file
2017-12-15 20:34:28 -06:00
.settings Generate eclipse files instead of checking them in 2017-12-15 20:34:28 -06:00
gradle/wrapper Rearrange to support Gradle builds and cloud deployment 2017-12-09 12:08:27 -06:00
src/main Update gradle tooling and readme instructions 2017-12-15 14:35:48 -06:00
.factorypath Rearrange to support Gradle builds and cloud deployment 2017-12-09 12:08:27 -06:00
.gitignore Generate eclipse files instead of checking them in 2017-12-15 20:34:28 -06:00
build.gradle Update gradle tooling and readme instructions 2017-12-15 14:35:48 -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 Generate eclipse files instead of checking them in 2017-12-15 20:34:28 -06:00
settings.gradle Rearrange to support Gradle builds and cloud deployment 2017-12-09 12:08:27 -06:00

project-tron

Publicly hosted on IBM Cloud here: http://projecttron.mybluemix.net/

Bluemix toolchain automatically deploys the current project-tron/project-tron:master branch

Local development

[If using eclipse IDE] Generate eclipse files before importing projects into eclipse:

./gradlew eclipse

Builds the webapp, starts liberty server, and deploys app to server. Once app is running, opens web browser

./gradlew libertyRun

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.

To stop a liberty server, issue the command:

./gradlew libertyStop

(Note that libertyRun and libertyStart commands will first invoke libertyStop)

Originally cloned from https://github.com/aguibert/coms319-project4