weskinner / ember-cli-deploy-postgres

Deploy your Ember.js index to Postgres

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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"

About

Deploy your Ember.js index to Postgres

License:MIT License


Languages

Language:JavaScript 90.9%Language:HTML 9.1%