Aufgabe #1022
Von MichaelLeopold vor mehr als 3 Jahren aktualisiert
Stand:01-01-2022 # Hinweis: ShareLateX und Overleaf haben sich zusammengefügt siehe --> https://www.sharelatex.com/ # Hinweis: Turnkey-Linux mit Overleaf oder vergleichbarem nicht vorhanden # Hinweis: In NixOS gibt es keine Pakete für Overleaf und ShareLateX # Proxmox CT Details - 4GB RAM , 1 Core, 32GB System, debian 11 nativ # Anleitung: https://github.com/overleaf/toolkit bzw. https://github.com/overleaf/toolkit/blob/master/doc/quick-start-guide.md ## Start Installation apt update && apt upgrade -y && apt autoremove -y apt install tmux apt install bash apt install docker -y apt install docker.io -y apt install docker-compose -y mkdir overleaf-toolkit && cd overleaf-toolkit git clone https://github.com/overleaf/toolkit.git ./overleaf cd ./overleaf bin/init bin/up --> Wartezeit ca. 20min, um benötigte Pakete zu herunter zu laden, extrahieren, installieren ... --> ERROR Mongo und Redis ERROR: for mongo Cannot start service mongo: OCI runtime create failed: container_linux.go:367: starting container process caused: process_linux.go:495: contaiCreating redis ... error ss caused: can't load program: operation not permitted: unknown --> Durch Fehlersuche gefunden: https://github.com/overleaf/toolkit/issues/82 docker pull sharelatex/sharelatex