ember-cli-deploy-gcloud
makes it easier to deploy Ember FastBoot applications to Google App Engine.
ember-cli-deploy-gcloud
blueprint
Creates /fastboot-server
directory with code necessary to deploy FastBoot to Google App Engine.
To setup,
ember g ember-cli-deploy-gcloud <project_id>
cd server
npm run deploy
This project only handles deploying the FastBoot server. It does not upload app code to Google Storage bucket.
For that, you need to use ember-cli-deploy-gcloud-storage
git clone
this repositorynpm install
bower install
ember server
- Visit your app at http://localhost:4200.
npm test
(Runsember try:testall
to test your addon against multiple Ember versions)ember test
ember test --server
ember build
For more information on using ember-cli, visit http://ember-cli.com/.