0.4.0 • Published 8 years ago
ember-cli-deploy-gcloud v0.4.0
ember-cli-deploy-gcloud
ember-cli-deploy-gcloud makes it easier to deploy Ember FastBoot applications to Google App Engine. 
Features
ember-cli-deploy-gcloudblueprint
ember-cli-deploy-gcloud <project_id> 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 servernpm run deploy
FYI
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
Installation
git clonethis repositorynpm installbower install
Running
ember server- Visit your app at http://localhost:4200.
 
Running Tests
npm test(Runsember try:testallto test your addon against multiple Ember versions)ember testember test --server
Building
ember build
For more information on using ember-cli, visit http://ember-cli.com/.