Jean28518 / linux-arbeitsplatz-portal

Linux-Arbeitsplatz Startseite

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Deprecated. Replaced and enhanced by: https://www.libre-workspace.org/

linux-arbeitsplatz-portal

Linux-Arbeitsplatz Startseite

sudo -i
apt install php-fpm
cd /var/www/
git clone https://github.com/Jean28518/linux-arbeitsplatz-portal.git

vim /etc/caddy/Caddyfile

# Add:
portal.int.de int.de {
  root * /var/www/linux-arbeitsplatz-portal
  encode gzip
  php_fastcgi unix//var/run/php/php-fpm.sock
  file_server
}

About

Linux-Arbeitsplatz Startseite

License:Apache License 2.0


Languages

Language:PHP 100.0%