Sha256: 416bf446c71cfe07bcdbc422b6270763320852dd1c0c22ccf3a8616374263140

Contents?: true

Size: 535 Bytes

Versions: 21

Compression:

Stored size: 535 Bytes

Contents

# Ddr::Core

A port of ddr-models based on Valkyrie.

## Using the docker stack

Install docker (Docker for Mac includes all the required components).

Change to the `.docker` directory.

Start the *development* stack:

    $ ./dev.sh up -d --build

To run a Bash shell on the app server:

    $ ./dev.sh run --rm app bash

To connect to the *development* database:

    $ ./dev.sh run --rm app psql -U postgres -h db -d ddr_core

To run the *test suite*:

    $ ./run_test_suite.sh

Stop the *development* stack:

    $ ./dev.sh down

Version data entries

21 entries across 21 versions & 1 rubygems

Version Path
ddr-core-1.6.6 README.md
ddr-core-1.6.5 README.md
ddr-core-1.6.4 README.md
ddr-core-1.6.3 README.md
ddr-core-1.6.2 README.md
ddr-core-1.6.1 README.md
ddr-core-1.6.0 README.md
ddr-core-1.5.5 README.md
ddr-core-1.5.4 README.md
ddr-core-1.5.2 README.md
ddr-core-1.5.3 README.md
ddr-core-1.5.1 README.md
ddr-core-1.4.4 README.md
ddr-core-1.4.3 README.md
ddr-core-1.4.2 README.md
ddr-core-1.4.0 README.md
ddr-core-1.3.0 README.md
ddr-core-1.2.0 README.md
ddr-core-1.2.0.rc3 README.md
ddr-core-1.2.0.rc2 README.md