zhv
Go to file
dancingCycle 388bc375c1 feat(bin): add bin/dload-zhv.sh 2023-09-14 11:49:46 +02:00
bin feat(bin): add bin/dload-zhv.sh 2023-09-14 11:49:46 +02:00
cli feat(sql): add sql/create-table.sql 2023-08-09 06:11:56 +02:00
sql chore(fix): refactor 2023-08-28 15:03:13 +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>