Aktionen
Aufgabe #996
offenTest-Installation-CryptPad
Status:
Gelöst
Priorität:
Niedrig
Zugewiesen an:
Kategorie:
Testen einer Anwendung
Beginn:
10.12.2021
Abgabedatum:
% erledigt:
0%
Geschätzter Aufwand:
Beschreibung
- Test-Installation - Cryptpad
- Link zur Dokumentationsseite
[[CryptPad-Dokumentation]https://docs.cryptpad.fr/en/admin_guide/installation.html]
- Prerequisites
- Domains
Zwei Domains werden benötigt. - Hardware
Minimum: - Debian 10 | 2GB RAM | 2 CPU Kerne | Speicherplatz je nach Bedarf - Software
Needed: - GIT | nodejs+nvm | npm | bower
- Domains
- Start - Installation
apt update -y && apt upgrade -y && apt dist-upgrade -y
--> Snapshot: start_installation_deb11apt install tmux -y
apt install git -y
apt install curl -y
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.0/install.sh | bash
Aktionen