cReal's website: creal.jonas-thelemann.de.
This project is deployed within the jonas-thelemann_stack in accordance to the DargStack template to make deployment a breeze.
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 sqitchfrom this project's root directory -
run
cp SQITCH_TARGET.env.template SQITCH_TARGET.envand fill in the correct target -
run
./sqitchwith appropriate parameters(optionally, add an
alias sqitch="./sqitch"to your shell, so that you can runsqitchlike a binary without the preceding location indicator)
