Caribou: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
(Die Seite wurde neu angelegt: „Kategorie:Host = Installationsprotokoll = <pre> visudo apt-get update && apt-get -y install wget && wget -O /tmp/basic_install.sh https://public.hamatoma.de/b…“) |
|||
Zeile 6: | Zeile 6: | ||
apt-get update && apt-get -y install wget && wget -O /tmp/basic_install.sh https://public.hamatoma.de/basic_install.sh | apt-get update && apt-get -y install wget && wget -O /tmp/basic_install.sh https://public.hamatoma.de/basic_install.sh | ||
bash /tmp/basic_install.sh | bash /tmp/basic_install.sh | ||
restoretool -v3 init linuxserver | |||
restoretool -v3 init php | |||
restoretool -v3 init php 7.3 | |||
restoretool -v3 init mariadb | |||
restoretool -v3 init local-bin | |||
restoretool -v3 init cms | |||
</pre> | </pre> |
Version vom 16. Oktober 2019, 22:46 Uhr
Kategorie:Host
Installationsprotokoll
visudo apt-get update && apt-get -y install wget && wget -O /tmp/basic_install.sh https://public.hamatoma.de/basic_install.sh bash /tmp/basic_install.sh restoretool -v3 init linuxserver restoretool -v3 init php restoretool -v3 init php 7.3 restoretool -v3 init mariadb restoretool -v3 init local-bin restoretool -v3 init cms