Deploy your Ember.js index to Postgres
A thin wrapper around ember-cli-deploy-mysql
To get up and running quickly, do the following:
-
Ensure ember-cli-deploy-build is installed and configured.
-
Install this plugin:
$ ember install ember-cli-deploy-postgres- Place the following configuration into
config/deploy.js:
ENV.postgres = {
user: '<your-postgres-user>',
password: '<your-postgres-password>',
database: '<your-postgres-database>'
}- Run the pipeline:
$ ember deploy <environment>Run the following command in your terminal:
ember install ember-cli-deploy-postgressee ember-cli-deploy-mysql substituting "mysql" for "postgres"