Go to file
Olen Cook b0cb7b3897
Merge pull request #88 from olendvcook/gameAutoStart
Backend Game LobbyCountdown
2018-05-10 14:04:25 -05:00
.settings Initial copy of player-service 2018-01-18 00:28:28 -06:00
auth-service Set JWT issuer to current auth-service endpoint URL 2018-05-10 13:27:27 -05:00
frontend Specify HTTP protocol in auth url env var 2018-05-09 14:06:40 -05:00
game-service AutoStart rename to LobbyCountdown and code cleanup 2018-05-10 13:54:07 -05:00
gradle/wrapper Rearrange to support Gradle builds and cloud deployment 2017-12-09 12:08:27 -06:00
player-service Use fine-grained features instead of convenience features 2018-05-04 11:13:00 -05: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 Update Liberty dependencies 2018-05-04 08:45:01 -05: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 with new project name 2018-04-08 12:59:36 -05:00
settings.gradle Port frontend to angular 2018-02-06 20:56:31 -06:00

project-tron

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

Bluemix toolchain automatically deploys the current liberty-bikes/liberty-bikes: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