Files
shaka-player/app-engine/demo-version-index
Joey Parrish 80e7f7ba55 ci: Fix demo index deployment (#4122)
Fixes these issues with the demo index deployment (tested by manual deployment):

 - Missing `handlers:` field in app.yaml
 - Missing handler for the URL `/`
 - Missing Flask entrypoint (even though no dynamic content is generated by it)

Closes #4074
2022-04-12 11:32:14 -07:00
..
2022-04-12 11:32:14 -07:00
2022-04-12 11:32:14 -07:00

Google App Engine Version Index

This folder contains everything necessary to host an index of Shaka Player releases and demos at https://index-dot-shaka-player-demo.appspot.com/

  • app.yaml: App Engine config file. Defines the runtime (Python 3).

  • generate.py: A python script that generates the index's static content from a template.

  • requirements.txt: Used by App Engine to install the necessary Python server requirements (Flask).

  • templates/index.html: A Jinja2 template used to generate the index HTML.