Skip to content

Latest commit

 

History

History
35 lines (21 loc) · 1.67 KB

File metadata and controls

35 lines (21 loc) · 1.67 KB

build status Language grade: JavaScript

cReal

cReal's website: creal.jonas-thelemann.de.

Table of Contents

  1. Development
  2. Technology

Development

This project is deployed within the jonas-thelemann_stack in accordance to the DargStack template to make deployment a breeze.

Sqitch

The database management tool Sqitch needs special configuration.

  • run mkdir -p /var/run/postgresql/ to create the database's socket mount point, which Sqitch uses to connect to the database

  • run cd sqitch from this project's root directory

  • run cp SQITCH_TARGET.env.template SQITCH_TARGET.env and fill in the correct target

  • run ./sqitch with appropriate parameters

    (optionally, add an alias sqitch="./sqitch" to your shell, so that you can run sqitch like a binary without the preceding location indicator)

Technology

Nuxt.js PostGraphile Sqitch