Go to file
Andrew Guibert 1a5bc0b608
Merge pull request #29 from aguibert/player-svc-1
Implement player service
2018-03-08 17:13:36 -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 tests/ minor bugs/ comments/ for Moving Obstacles 2018-03-08 15:36:34 -06:00
game-service move enum out of specific class 2018-03-08 16:48:12 -06:00
gradle/wrapper Rearrange to support Gradle builds and cloud deployment 2017-12-09 12:08:27 -06:00
player-service Implement player service 2018-03-08 17:13:19 -06:00
.factorypath Rearrange to support Gradle builds and cloud deployment 2017-12-09 12:08:27 -06:00
.gitignore Check in eclipse formatting settings 2018-02-08 15:17:14 -06:00
build.gradle Upgrade to version 2.1.1 of liberty gradle plugin so 1 wlp install can be used 2018-02-19 10:29:25 -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 Update README.md 2018-02-15 18:52:47 -06:00
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

Builds all microservice applications and deploys them to locally running liberty servers, then opens the UI.

./gradlew start frontend: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 all liberty servers, issue the command:

./gradlew stop

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

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