WebarchivCZ / Seeder

Seeder - Czech webarchive curating tool and public site

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Seeder

Build Status Coverage Status Documentation Status

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.

Production like environment

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

Important branches

  • master - development branch
  • production - production-ready branch

About

Seeder - Czech webarchive curating tool and public site

License:MIT License


Languages

Language:Python 53.5%Language:HTML 35.0%Language:JavaScript 5.2%Language:CSS 5.1%Language:Latte 0.8%Language:Shell 0.3%Language:PHP 0.1%Language:Dockerfile 0.1%