Skip to content

sthelemann/creal

 
 

Repository files navigation

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

About

cReal's website.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Vue 52.3%
  • TypeScript 14.3%
  • JavaScript 12.4%
  • PLpgSQL 11.6%
  • Shell 5.6%
  • Dockerfile 3.5%
  • CSS 0.3%