This repository has been archived on 2022-01-19. You can view files and clone it, but cannot push or open issues or pull requests.
appliances-old/lamp
Jörg Deckert 58b2b43936 lamp: add unzip, jitsi: python version bump 2021-02-03 20:04:05 +01:00
..
base lamp: Update 2020-06-15 19:08:18 +02:00
mariadb lamp: MariaDB config changes via sed, small world changes 2019-07-07 13:41:16 +02:00
php lamp: Update 2020-06-15 19:08:18 +02:00
Makefile lamp: Update 2020-06-15 19:08:18 +02:00
README.md LAMP: first commit 2018-01-30 11:34:07 +01:00
kernel.config updates (e.g. Kernel), emerge: FEATURES -cgroup 2020-09-08 17:46:28 +02:00
lamp.cfg move gentoo overlays to a new git server 2020-08-09 18:58:47 +02:00
make.conf disabling cgroups not globally 2020-09-15 11:40:35 +02:00
package.keywords lamp: Update 2020-06-15 19:08:18 +02:00
package.use add git to world (cert management via git) 2020-09-14 09:03:13 +02:00
world lamp: add unzip, jitsi: python version bump 2021-02-03 20:04:05 +01:00

README.md

Erstkonfiguration

  • für variable Daten (MySQL/MariaDB, Konfiguration) muß eine mit ext4 formatierte Datenpartition mit dem Label "DATA" vorhanden sein. Diese wird nach /DATA gemountet.

  • feste IP-Adresse und /etc/hosts konfigurieren

  • unter VMware evtl. open-vm-tools aktivieren

  • evtl. PHP für Apache aktivieren: sed -i 's:APACHE2_OPTS=":APACHE2_OPTS="-D PHP :' /etc/conf.d/apache2

  • evtl. Mariadb starten: systemctl start mariadb systemclt enable mariadb