Installation einer Moin Version 2 Testumgebung

Beispiel Stand 01.01.2022:

Umgebung und Ziel:

Kurzanleitung:

usermod -G sudo admdebi

apt-get install -y sudo
apt-get install -y binutils
apt-get install -y git
apt-get install -y python3-pip
apt-get install -y python3-venv

sudo useradd -m -s "/usr/bin/bash" moinadm
cd /usr/local
sudo mkdir moin moinwiki
sudo chown moinadm moin*

cd /usr/local/moin

git clone https://github.com/moinwiki/moin
cd moin
pip install -e .

python3 quickinstall.py 
. ./activate 

./m new-wiki
./m run

# SSH Tunnel starten
ssh -f moinadm@<ip-of-moin-vm> -L 8080:localhost:8080 -N

Warnmeldungen auf Olimex

  WARNING: The script flask is installed in '/home/moinadm/.local/bin' which is not on PATH.
  Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.
  WARNING: The script chardetect is installed in '/home/moinadm/.local/bin' which is not on PATH.
  Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.
  WARNING: The script pybabel is installed in '/home/moinadm/.local/bin' which is not on PATH.
  Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.
  WARNING: The script pygmentize is installed in '/home/moinadm/.local/bin' which is not on PATH.
  Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.
  WARNING: The script markdown_py is installed in '/home/moinadm/.local/bin' which is not on PATH.
  Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.
Alle Inhalte in diesem Wiki stehen unter der Creative Commons SA 4.0 DE Lizenz