Skip to content

mgudmund/postgresql-vagrant

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

postgresql-vagrant

PostgreSQL Vagrant files

My vagrant files for postgres boxes.

To get started download Virtualbox and Vagrant.

Get the Vagrantfile of choice and run:

vagrant up

And the box will be downloaded and started as a virtual machine.

To login to the box, do:

vagrant ssh

To get PostgreSQL up and running:

sudo su -

service postgresql-9.3 initdb

service postgresql-9.3 start

su - postgres

export PATH=$PATH:/usr/pgsql-9.3/bin

After this you should have a PostgreSQL instance up and running.

About

PostgreSQL Vagrant files

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published