Files
debian-vnc-xfce-g3/utils/readme-util-readme-examples.md
2024-03-29 03:26:57 -05:00

1.4 KiB
Executable File

Examples util-readme.sh

Preparation

Open a terminal window and change the current directory to utils/.

The utility requires the ID of the deployment GitHub Gist, which you can provide as a parameter or by setting the environment variable DEPLOY_GIST_ID:

export DEPLOY_GIST_ID="<deployment-gist-ID>"

Embedded help describes the parameters:

./util-readme.sh -h

Usage examples

### PWD = utils/

./util-readme.sh --repo accetto/debian-vnc-xfce-g3 --context=../docker/xfce --gist <deployment-gist-ID> -- preview

./util-readme.sh --repo accetto/debian-vnc-xfce-chromium-g3 --context=../docker/xfce-chromium --gist <deployment-gist-ID> -- preview

./util-readme.sh --repo accetto/debian-vnc-xfce-firefox-g3 --context=../docker/xfce-firefox --gist <deployment-gist-ID> -- preview

### or if the environment variable 'DEPLOY_GIST_ID' has been set

./util-readme.sh --repo accetto/debian-vnc-xfce-g3 --context=../docker/xfce -- preview

./util-readme.sh --repo accetto/debian-vnc-xfce-chromium-g3 --context=../docker/xfce-chromium -- preview

./util-readme.sh --repo accetto/debian-vnc-xfce-firefox-g3 --context=../docker/xfce-firefox -- preview

See the sibling Wiki page "Utility util-readme.sh" for more information.