0.4.0 • Published 7 years ago

ember-cli-deploy-gcloud v0.4.0

Weekly downloads
4
License
MIT
Repository
github
Last release
7 years ago

ember-cli-deploy-gcloud

ember-cli-deploy-gcloud makes it easier to deploy Ember FastBoot applications to Google App Engine.

Features

  • ember-cli-deploy-gcloud blueprint

ember-cli-deploy-gcloud <project_id> blueprint

Creates /fastboot-server directory with code necessary to deploy FastBoot to Google App Engine.

To setup,

  1. ember g ember-cli-deploy-gcloud <project_id>
  2. cd server
  3. npm 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 clone this repository
  • npm install
  • bower install

Running

Running Tests

  • npm test (Runs ember try:testall to test your addon against multiple Ember versions)
  • ember test
  • ember test --server

Building

  • ember build

For more information on using ember-cli, visit http://ember-cli.com/.

0.4.0

7 years ago

0.3.3

7 years ago

0.3.2

7 years ago

0.3.1

7 years ago

0.3.0

7 years ago

0.2.5

7 years ago

0.2.4

7 years ago

0.2.3

7 years ago

0.2.2

8 years ago

0.2.1

8 years ago

0.2.0

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago