zhv
Go to file
dancingCycle 2f210b22a1 feat: add folder bin 2023-08-09 06:13:39 +02:00
bin feat: add folder bin 2023-08-09 06:13:39 +02:00
cli feat(sql): add sql/create-table.sql 2023-08-09 06:11:56 +02:00
sql feat(sql): add sql/create-table.sql 2023-08-09 06:11:56 +02:00
.gitignore chore: add folde cli 2023-08-04 14:20:19 +02:00
LICENSE Initial commit 2023-05-09 07:38:26 +02:00
crontab feat: add folder bin 2023-08-09 06:13:39 +02:00
makefile fix: adjust makefile 2023-05-09 11:14:47 +02:00
readme.md feat: adjust readme.md 2023-05-09 11:41:03 +02:00

readme.md

zhv

  • checkout repository
cd ~
mkdir ~/git && cd ~/git
git clone https://git.wtf-eg.de/dancesWithCycles/zhv.git
cd ~/git/zhv
  • configure cron
cat dload/crontab
crontab -e
crontab -l
  • make sure to set variables like PGDATABASE, PGUSER, PGHOST, PGPORT aaso. appropriately

  • initialize database

make init
  • load database
cd ~/git/zhv
make copy ZHV=<CSV file>