Biber: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Zeile 19: | Zeile 19: | ||
# /etc/fstab | # /etc/fstab | ||
213.136.65.195:/ /media/emas nfs rsize=8192,wsize=8192,hard,intr, 0 0 | 213.136.65.195:/ /media/emas nfs rsize=8192,wsize=8192,hard,intr, 0 0 | ||
# LetsEnrypt: | |||
apt-get install python-certbot-nginx | |||
mkdir /var/log/local | |||
chmod uog+rwx /var/log/local | |||
</pre> | </pre> |
Version vom 17. März 2019, 22:06 Uhr
Dies ist der Server von EMAS.
Installation
# Passwort "root" geändert adduser hm mkdir .ssh ; chmod 755 .ssh ; cd .ssh ; cat >authorized_keys chmod 700 authorized_keys apt-get update apt-get install sudo visudo apt-get install tmux htop git etckeeper bzip2 zip unzip nginx mariadb-server apt-get install nginx php-fpm php-cli php-json php-curl php-imap php-gd php-mysql php-xml \ php-zip php-intl php-imagick php-memcached memcached apt-get install nfs-common mkdir /media/emas # /etc/fstab 213.136.65.195:/ /media/emas nfs rsize=8192,wsize=8192,hard,intr, 0 0 # LetsEnrypt: apt-get install python-certbot-nginx mkdir /var/log/local chmod uog+rwx /var/log/local