Go to file
2018-02-12 14:07:10 -06:00
.settings Initial copy of player-service 2018-01-18 00:28:28 -06:00
auth-service Don't restrict http endpoints to localhost 2018-02-10 00:37:22 -06:00
frontend Review comments 2018-02-12 14:07:10 -06:00
game-service Don't restrict http endpoints to localhost 2018-02-10 00:37:22 -06:00
gradle/wrapper
player-service Don't restrict http endpoints to localhost 2018-02-10 00:37:22 -06:00
.factorypath
.gitignore Check in eclipse formatting settings 2018-02-08 15:17:14 -06:00
build.gradle Use isolated wlp installs to work around bug in liberty-gradle-plugin 2018-02-02 15:57:31 -06:00
gradlew
gradlew.bat
manifest.yml
README.md
settings.gradle Port frontend to angular 2018-02-06 20:56:31 -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 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.

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