This project is aimed at being a simpler navigation for the NZQA assessment resources (past papers, assessment schedules, exemplars, etc). NZQA have been kind enough to provide a dataset for their assessment standards, which will be used as reference and updated in future years (hopefully). As well as this, they have an excel spreadsheet for their literacy/numeracy credits, disgusting. Oh no, not just that, they have an excelx spreadsheet for their UE reading/writing/literacy credits, absolutely horrifying.
docker-compose.yml
is the file that describes how all the Docker containers work together (port mappings, shared storage etc.)Caddyfile(.dev)
is the config file for CaddyMakefile
contains some quick scripts for development (so I can type make
rather than docker-compose up -d
basically)set_flag.sh
allows me to quickly and easily add flags to the database so that the next time the scraping script checks, it will refresh or rescrape.docker-compose up -d
Should work. Tested on Debian Buster/Bullseye (apt
has the necessary packages docker.io
and docker-compose
). Make sure you're in the group docker
post-install.