how to deploy web application directly from git master branch
Posted
by
mobile.linkr
on Stack Overflow
See other posts from Stack Overflow
or by mobile.linkr
Published on 2014-08-23T09:49:50Z
Indexed on
2014/08/23
10:20 UTC
Read the original article
Hit count: 221
For educational purpose, I am writing a server instance in GCE(google compute engine) to serve a few web apps mostly (to be) written in Dart and Polymer.
My workflow is, when my students log-in the server above, they will automatically fork those web apps into their own registries in their own server instances for further development.
My issues are,
How to serve web applications(they are git registries as well) in GCE like Github Pages?
Is it possible to manipulate Github Pages to serve web apps mostly using Dart and Polymer packages?
Thanks in advance.
© Stack Overflow or respective owner