mirror of
https://github.com/sogis/csvchecker.git
synced 2026-08-26 00:24:21 +00:00
Checker for soil unit data CSV files | Read-only mirror of https://github.com/sogis/csvchecker — Kanton Solothurn. Issues & pull requests at the source.
- Python 71%
- PLpgSQL 21.8%
- Shell 5.4%
- Dockerfile 1.8%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
| .github/workflows | ||
| python | ||
| .gitignore | ||
| csvchecker.conf | ||
| docker-compose.yml | ||
| Dockerfile | ||
| initialize-database.sh | ||
| LICENSE | ||
| README.md | ||
| setup.sql | ||
| wait-for-it.sh | ||
CSV Checker
Checker for soil unit data CSV files
Build image
docker build -t sogis/csvchecker:latest .
Run image
docker run --rm --name csvchecker -e APACHE_ACCESS_LOG_ENABLED=true -p 8282:8080 sogis/csvchecker:latest
Build and run image with Docker Compose
As the image requires a database, it is recommended to run it using Docker Compose:
docker compose up
The application is then available at http://localhost:8282/csvchecker