Server/srs19: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Keine Bearbeitungszusammenfassung |
|||
Zeile 8: | Zeile 8: | ||
: <code>pkg install -y vim-lite nano</code> | : <code>pkg install -y vim-lite nano</code> | ||
: <code>pkg install -y tmux</code> | : <code>pkg install -y tmux</code> | ||
: <code>pkg install -y mc-lite</code> | |||
=== Installation ownCloud === | === Installation ownCloud === |
Version vom 29. April 2016, 14:44 Uhr
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