-
Notifications
You must be signed in to change notification settings - Fork 263
Home
Roman Dodin edited this page Nov 23, 2020
·
2 revisions
How to generate Gource video:
docker run --rm -p 8080:80 --name envisaged \
-v ${PWD}:/visualization/git_repo:ro \
-v /tmp/avatars:/visualization/avatars:ro \
-e LOGO_URL=https://gitlab.com/rdodin/pics/-/wikis/uploads/00ab45be3a5fc94e0d04d53079752f8c/image.png \
-e GOURCE_SECONDS_PER_DAY="0.5" \
-e GOURCE_USER_IMAGE_DIR="/visualization/avatars" \
utensils/envisaged
check what names were used in generation and create avatars for those
docker exec envisaged cat development.log | cut -d '|' -f 2 | sort -u