Skip to content

reallyenglish/vagrant-pgsql9

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vagrant-pgsql9

vagrant-pgsql9 allows you to run Postgresql 9.1 on VirtualBox.

Install

  1. Install VirtualBox
    https://www.virtualbox.org/wiki/Downloads

  2. Install Vagrant

    $ gem install vagrant

  3. Add a box

    $ vagrant box add precise32 http://files.vagrantup.com/precise32.box

  4. Clone this repository

That's it!

Play with Postgresql

Open terminal and move directory

$ cd [path/to/repo/]

Launch VirtualBox via Vagrant

$ vargrant up

Connect to postgresql

$ psql -h 127.0.0.1 -p 15432 -u postgres

Stop VurtualBox via Vagrant

$ vagrant halt

Releases

No releases published

Packages

No packages published

Languages