Aufgabe #980
Von MichaelLeopold vor fast 3 Jahren aktualisiert
apt update -y && apt upgrade -y && apt dist-upgrade -y && apt autoremove -y
apt install git
apt install curl
apt install tmux
apt -y install python3.9-dev python3.9-tk python3.9-venv build-essential libssl-dev libxml2-dev libxslt1-dev libbz2-dev libjpeg62-turbo-dev
python3.9 -m venv .
bin/pip install -U pip setuptools wheel
bin/pip install Plone plone.volto -c https://dist.plone.org/release/6.0.0a1/constraints.txt --use-deprecated legacy-resolver
bin/mkwsgiinstance -u website:website -d .
###COMMENT### --> nächster befehl geht eventuell nicht durch, da automatisch german als locale durchgegeben wird Lösung: dpkg-reconfigure locales und dann im wizard auf none stellen
bin/runwsgi -v etc/zope.ini