All Projects → nicferrier → pgdevbox

nicferrier / pgdevbox

Licence: other
postgresql dev box - a simple way to get pg working locally

Programming Languages

HTML
75241 projects
javascript
184084 projects - #8 most used programming language
CSS
56736 projects
shell
77523 projects
ruby
36898 projects - #4 most used programming language
Nginx
273 projects

PostgreSQL Dev Boxes

Make postgresql easier by using this vagrant box which is a pre-packaged postgresql server with a JSON table ready to go.

Using this

Head on over to the pgbox site, watch the video and follow the instructions there.

Making the box

You DO NOT HAVE TO DO THIS - this is for administrators only, so they can make new versions of the pgdevbox.

Box making stuff is in the make subdirectory.

cd make
vagrant up
... box is provisioned...
vagrant package
rsync package.box boxhost
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].