Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/notbobthebuilder/vagrant-postgres
a Vagrantfile for setting up postgres
https://github.com/notbobthebuilder/vagrant-postgres
Last synced: 7 days ago
JSON representation
a Vagrantfile for setting up postgres
- Host: GitHub
- URL: https://github.com/notbobthebuilder/vagrant-postgres
- Owner: NotBobTheBuilder
- License: mit
- Created: 2016-02-21T12:44:25.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-02-21T12:44:36.000Z (over 8 years ago)
- Last Synced: 2024-04-14T18:06:05.390Z (7 months ago)
- Size: 1000 Bytes
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
Postgres Vagrantfile
====================Clone this repository, `cd` into it and run `vagrant up` (once you have [vagrant](http://vagrantup.com) installed). That's it! You now have Postgres set up with these settings:
- host: localhost
- port: 5432
- username: vagrant
- password: vagrant
- database: vagrantPostgres is also set up with PostGIS to save you the effort should you need it, and also to demonstrate how you can modify the Vagrantfile to install your own extensions.