Mercurial > hg > config
changeset 920:531a7200649f
echo command to run new k0s web
author | Jeff Hammel <k0scist@gmail.com> |
---|---|
date | Sun, 02 Jun 2024 15:18:51 -0700 |
parents | cc3b78bc4c21 |
children | 02b31a76e2c4 |
files | bin/install-k0s-web.sh |
diffstat | 1 files changed, 5 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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}"