GoogleChromeLabs / application-shell

Service Worker Application Shell Architecture
https://app-shell.appspot.com/
Apache License 2.0
1.18k stars 143 forks source link

Setup deployment for GCloud or Heroku #40

Closed addyosmani closed 9 years ago

addyosmani commented 9 years ago

We should make it easy to deploy the current setup to at least one of the above.

jeffposnick commented 9 years ago

FWIW, https://github.com/GoogleChrome/sw-precache/tree/app-shell-demo/app-shell-demo has a custom Dockerfile and app.yaml along with a package.json's scripts section that should make both Heroku and App Engine Node.js happy.

Using the custom Dockerfile was necessarily as the default App Engine Node.js container is a bit buggy...

addyosmani commented 9 years ago

That's quite useful. I was just getting bogged down trying to get this setup with Node.js on GAE. Thanks @jeffposnick