Skip to content
Jakob Runge edited this page Jan 13, 2016 · 3 revisions

The vagrant.postgres setup

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:

  1. Place a dump.sql inside the postgres/create container.

  2. Use vagrant up to provision the Vagrant container.

  3. Access the postgres instance with the following settings:

    Thing Setting
    Hostname localhost:5432
    Username ielexuser
    Password Consult secrets/secrets
    Database ielexdb201510
Clone this wiki locally