-
Notifications
You must be signed in to change notification settings - Fork 0
vagrant.postgres
Jakob Runge edited this page Jan 13, 2016
·
3 revisions
Note that this is only available on the vagrant
branch.
The vagrant.postgres
directory provides setup data for Vagrant that make it possible
to have a version of the postgres container running independant of the operating system available on a local machine.
To use this setup the following steps are necessary:
-
Place a
dump.sql
inside the postgres/create container. -
Use
vagrant up
to provision the Vagrant container. -
Access the postgres instance with the following settings:
Thing Setting Hostname localhost:5432
Username ielexuser
Password Consult secrets/secrets
Database ielexdb201510