comparison bin/install-k0s-web.sh @ 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
comparison
equal deleted inserted replaced
919:cc3b78bc4c21 920:531a7200649f
25 . bin/activate 25 . bin/activate
26 26
27 # Install the required packages 27 # Install the required packages
28 bin/pip install --upgrade pip 28 bin/pip install --upgrade pip
29 bin/pip install -r "${HOME}"/web/requirements.txt 29 bin/pip install -r "${HOME}"/web/requirements.txt
30
31 # echo command to run the server
32 command="sudo ${DEST}/bin/paster serve /home/jhammel/web/paster-wsgintegrate.ini"
33 echo "Run with:"
34 echo "${command}"