Skip to content

weskinner/ember-cli-deploy-postgres

 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 90.9%
  • HTML 9.1%