# HG changeset patch # User Jeff Hammel # Date 1717366731 25200 # Node ID 531a7200649f1d0f7b5bc9adc8603794b622b24b # Parent cc3b78bc4c214924fbac69ed46c3d0eea5085770 echo command to run new k0s web diff -r cc3b78bc4c21 -r 531a7200649f bin/install-k0s-web.sh --- a/bin/install-k0s-web.sh Sun Jun 02 14:57:09 2024 -0700 +++ b/bin/install-k0s-web.sh Sun Jun 02 15:18:51 2024 -0700 @@ -27,3 +27,8 @@ # Install the required packages bin/pip install --upgrade pip bin/pip install -r "${HOME}"/web/requirements.txt + +# echo command to run the server +command="sudo ${DEST}/bin/paster serve /home/jhammel/web/paster-wsgintegrate.ini" +echo "Run with:" +echo "${command}"