Web archivists tool for moderating what parts of Czech Internet will be archived and what parts should die in the shadows of unarchived wasteland.
Documentation is available at Read the docs.
Docker compose should work out of box after cloning. Run: docker-compose up
. Docker-compose mimics production deployment. So important note is you should docker volume rm static
otherwise static_root volume persists and both nginx and django will not show latest output from collectstatic. Or just run ./local
which will always delete nginx and django container and static is corectly deployed.
Check http://localhost for Seeder, and http://localhost:8080 for Traefik.
Webarchiv.cz deployment instructions
- master - development branch
- production - production-ready branch