Skip to content

aerogami-cookbooks/libpq-dev

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

libpq-dev cookbook

Use this cookbook if you plan to deploy a Rails application that uses PostgreSQL. This library is required for the pg gem to work whether or not Postgresql is installed. Note: This cookbook currently supports APT-based distributions (eg. Ubuntu), the Amazon platform, and potentially Mac OS X.

Usage

Include this cookbook in your Berksfile.

cookbook 'libpq-dev', github: 'aerogami-cookbooks/libpq-dev'

Install the cookbook.

berks install

Add to your chef kitchen and use as desired.

Example usage within your cookbook:

include_recipe 'libpq-dev'

Requirements

This cookbook requires apt.

Author

Mohamad El-Husseini

www.aerogami.com.br

Releases

No releases published

Packages

No packages published

Languages