Server/srs19

Aus Wiki StuRa HTW Dresden
Zur Navigation springen Zur Suche springen
zum Testen des Umzuges

Installation

üblicher admin-foo

pkg install -y bash zsh
pkg install -y vim-lite nano
pkg install -y tmux
pkg 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

Umzug

Siehe auch