ember-cli-deploy-postgres

0.0.4 • Public • Published

ember-cli-deploy-postgres

Deploy your Ember.js index to Postgres

A thin wrapper around ember-cli-deploy-mysql

Quick Start

To get up and running quickly, do the following:

$ 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>

Installation

Run the following command in your terminal:

ember install ember-cli-deploy-postgres

Documentation

see ember-cli-deploy-mysql substituting "mysql" for "postgres"

/ember-cli-deploy-postgres/

    Package Sidebar

    Install

    npm i ember-cli-deploy-postgres

    Weekly Downloads

    0

    Version

    0.0.4

    License

    MIT

    Last publish

    Collaborators

    • weskinner