Skip to content

Latest commit

 

History

History
40 lines (23 loc) · 714 Bytes

README.md

File metadata and controls

40 lines (23 loc) · 714 Bytes

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