Verantwortung | paul |
Container | whiteboard |
W. Ports | keine |
OS | debian10 |
Server | magrathea |
Zustand | deleted |
Dies ist die technische Dokumentation des whiteboard Containers. Die Nutzungshinweise finden sich hier.
whitebophir ist eine nodejs anwendung. Der Installations-workflow verlief wie folgt:
/opt/whiteboard
npm install –production
Abhängigkeiten ziehenPORT=5000 npm start
testen ob es tut/etc/systemd/system/whiteboard.service
EnvironmentFile
mit Umgebungsvariablen zur Konfiguration in /etc/default/whiteboard
/etc/nginx/sites-enabled/board.chaotikum.org
Ein Upgrade des Whiteboard ist im Idealfall lediglich ein git pull
in /opt/whiteboard
, gefolgt von git checkout v0.x.x
und systemctl restart whiteboard
.