Book Image

OpenShift Cookbook

By : Shekhar Gulati
Book Image

OpenShift Cookbook

By: Shekhar Gulati

Overview of this book

Table of Contents (19 chapters)
OpenShift Cookbook
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Running OpenShift on a Virtual Machine
Index

Connecting to the PostgreSQL cartridge using pgAdmin from your local machine


In the Accessing the PostgreSQL cartridge from your local machine recipe, you learned how to connect to the PostgreSQL cartridge from the psql command-line client from your local machine using port forwarding. In this recipe, you will learn how to connect to the PostgreSQL cartridge using pgAdmin from your local machine. pgAdmin is a comprehensive PostgreSQL database design and management system for Unix and Windows systems.

Getting ready

To complete this recipe, you will need an application with the PostgreSQL cartridge. Please refer to the Adding the PostgreSQL cartridge to your application recipe in this chapter to learn how to add the PostgreSQL cartridge to your application. Also, you will need pgAdmin on your local machine. You can download pgAdmin from the official website, http://www.pgadmin.org/download/.

How to do it…

Perform the following steps to connect the PostgreSQL cartridge using the pgAdmin client...