This is reposense of this Group Project

Benyamin Limanto d760e5dea9 readme: introduced 6 months ago
.gitignore 95e5f9da05 Initial commit 6 months ago
Containerfile 95e5f9da05 Initial commit 6 months ago
README.md d760e5dea9 readme: introduced 6 months ago
repo-config.csv 95e5f9da05 Initial commit 6 months ago

README.md

RepoSense of APLIN2023

This is a container project of RepoSense to check each commits of the student.

Please download the RepoSense.jar and put it into this folder

then

podman build -t reposense .

To run the container after building, you can use

podman run --rm --name reposense -v ./repo-config.csv:/usr/src/myapp/repo-config.csv:z -p 9000:9000 reposense --config /usr/src/myapp --view

It will loadd the repo-config.csv and clone the latest project from the git, and show each student commits