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
Joerg Deckert c59d3f6f44 lamp: MariaDB config changes via sed, small world changes 2019-07-07 13:41:16 +02:00
..
mariadb lamp: MariaDB config changes via sed, small world changes 2019-07-07 13:41:16 +02:00
php lamp: activate opcache, php intl support 2018-10-08 19:49:20 +02:00
00-eth0.network LAMP: first commit 2018-01-30 11:34:07 +01:00
Makefile lamp: MariaDB config changes via sed, small world changes 2019-07-07 13:41:16 +02:00
README.md LAMP: first commit 2018-01-30 11:34:07 +01:00
firstboot.start lamp: activate opcache, php intl support 2018-10-08 19:49:20 +02:00
kernel.config lamp: kernel config 4.14.83, PHP update 7.2 with use exif 2019-01-25 10:24:39 +01:00
lamp.cfg lamp: use gentoo kernel (hardened is unsupported), updates 2018-09-08 18:44:08 +02:00
make.conf lamp: kernel config 4.14.83, PHP update 7.2 with use exif 2019-01-25 10:24:39 +01:00
package.keywords lamp: MariaDB config changes via sed, small world changes 2019-07-07 13:41:16 +02:00
package.use lamp: MariaDB config changes via sed, small world changes 2019-07-07 13:41:16 +02:00
timesyncd.conf LAMP: first commit 2018-01-30 11:34:07 +01:00
world lamp: MariaDB config changes via sed, small world changes 2019-07-07 13:41:16 +02: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