Server/srs19
zum Testen des Umzuges
Vorbedingung
Installation
üblicher admin-foo
pkg install -y bash zshpkg install -y vim-lite nanopkg install -y tmuxpkg install -y mc-lite
Installation ownCloud
testen von PHP 7
pkg install -y php70
pkg install -y apache24 mod_php70
$EDITOR /usr/local/etc/apache24/Includes/php.conf
<FilesMatch "\.php$">
SetHandler application/x-httpd-php
</FilesMatch>
<FilesMatch "\.phps$">
SetHandler application/x-httpd-php-source
</FilesMatch>
sysrc apache24_enable=yes && service apache24 start