Skip to content

rufer7/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 swiss unihockey game schedules as PDF documents

Swiss unihockey API

This application consumes the swiss unihockey API v2

App information

To get information about the application, call the following endpoint.

.../info

Deployment to Azure

Prerequisites

  • Azure tenant
  • Azure subscription

Step by Step Manual

  1. Create a new resource group (i.e. swuh-p1-rg-pdfcreator)

  2. Create a new app service plan in the before created resource group (i.e. swuh-p1-appplan-pdfcreator)

    • Operating system: Linux
    • Pricing tier: B1
  3. Create a new web app (i.e. swuh-p1-appsrv-pdfcreator)

    • Publish: Code
    • Runtime stack: Java 8
    • Java web server stack: Java SE (Embedded Web Server)
    • Operating system: Linux
    • Linux Plan: select before created app service plan
    • Enable and configure continuous deployment under Deployment tab