Skip to content

Ildrial/swissunihockey-game-schedule-pdf-creator

 
 

Repository files navigation

swissunihockey-game-schedule-pdf-creator

Build Status Coverage Status License

A web application that generates and serves game schedules as PDF documents

Swiss unihockey API

This application consumes the swiss unihockey API v2

Deployment to Heroku

Application will be deployed autmatically on every commit to master (i.e. release)

For information about the deployment to heroku have a look at Getting Started with Java on Heroku

Deployment to cloudfoundry

Maven

The application could be automatically deployed to cloudfoundry with the cf-maven-plugin build the application (clean install) with the maven profile deploy-to-cloudfoundry. As a prerequisite the server has to be specified in the settings.xml(~\m2\settings.xml) file.

    <settings>
        ...
	    <servers>
	        ...
	        <server>
	          <id>swisscom-cloudfoundry</id>
	          <username>USERNAME</username>
	          <password>PASSWORD</password>
	        </server>
	    </servers>
	    ...
    </settings>

Manual

Execute the following command to deploy the application to cloudfoundry:

cf push <APP_NAME> -p game-schedule-pdf-generator-VERSION.jar -b https://github.com/cloudfoundry/java-buildpack.git

About

A web application that generates and serves game schedules as PDF documents

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 88.4%
  • JavaScript 6.0%
  • HTML 5.1%
  • CSS 0.5%