Skip to content

Instantly share code, notes, and snippets.

View PortNumber53's full-sized avatar
😃
clicking the things

Mauricio S Otta PortNumber53

😃
clicking the things
View GitHub Profile
@PortNumber53
PortNumber53 / gist:3910480
Created October 18, 2012 08:35 — forked from marekjelen/gist:3256675
New PostgreSQL on OpenShift
#!/bin/bash
# This is a simple build script and will be executed on your CI system if
# available. Otherwise it will execute while your application is stopped
# before the deploy step. This script gets executed directly, so it
# could be python, php, ruby, etc.
#!/bin/bash
POSTGRESQL_VERSION="9.2.1"
# Installing DB (one-time)